summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-042-4/+4
* aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds2019-03-041-43/+29
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-011-0/+12
|\
| * hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-011-0/+12
* | Merge tag 'for-linus-5.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-02-281-4/+0
|\ \ | |/ |/|
| * orangefs: remove two un-needed BUG_ONs...Mike Marshall2019-02-201-4/+0
* | afs: Fix manually set volume location server listDavid Howells2019-02-251-0/+1
* | Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds2019-02-251-2/+0
* | Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2019-02-211-1/+2
|\ \
| * | ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng2019-02-181-1/+2
| |/
* | proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko2019-02-211-4/+0
* | Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-02-201-14/+17
|\ \
| * | keys: Fix dependency loop between construction record and auth keyDavid Howells2019-02-151-14/+17
* | | exec: load_script: Do not exec truncated interpreter pathKees Cook2019-02-181-9/+48
| |/ |/|
* | Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-02-161-2/+2
|\ \
| * | Revert "nfsd4: return default lease period"J. Bruce Fields2019-02-141-2/+2
* | | Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-02-161-5/+6
|\ \ \ | |_|/ |/| |
| * | NFS: Don't use page_file_mapping after removing the pageBenjamin Coddington2019-02-121-5/+6
* | | Revert "exec: load_script: don't blindly truncate shebang string"Linus Torvalds2019-02-141-7/+3
* | | Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson2019-02-148-192/+134
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-02-122-13/+16
|\ \ \
| * | | mm: proc: smaps_rollup: fix pss_locked calculationSandeep Patil2019-02-121-8/+14
| * | | Revert "mm: don't reclaim inodes with many attached pages"Dave Chinner2019-02-121-5/+2
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-02-121-9/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"Theodore Ts'o2019-01-311-9/+4
* | | | Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds2019-02-092-9/+11
|\ \ \ \
| * | | | fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa2019-02-061-9/+10
| * | | | aio: initialize kiocb private in case any filesystems expect it.Mike Marshall2019-02-061-0/+1
* | | | | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-02-081-12/+24
|\ \ \ \ \
| * | | | | debugfs: debugfs_lookup() should return NULL if not foundGreg Kroah-Hartman2019-01-301-5/+5
| * | | | | debugfs: return error values, not NULLGreg Kroah-Hartman2019-01-291-17/+22
| * | | | | debugfs: fix debugfs_rename parameter checkingGreg Kroah-Hartman2019-01-251-0/+7
* | | | | | Merge tag 'xfs-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-02-083-5/+27
|\ \ \ \ \ \
| * | | | | | xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2019-02-032-3/+24
| * | | | | | xfs: end sync buffer I/O properly on shutdown errorBrian Foster2019-02-031-2/+1
| * | | | | | xfs: eof trim writeback mapping as soon as it is cachedBrian Foster2019-02-031-0/+2
* | | | | | | Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-02-071-2/+4
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust2019-02-061-2/+4
| |/ / / / /
* | | | | | Merge tag 'fuse-fixes-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-02-073-3/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi2019-01-161-1/+1
| * | | | | fuse: call pipe_buf_release() under pipe lockJann Horn2019-01-161-0/+2
| * | | | | cuse: fix ioctlMiklos Szeredi2019-01-161-1/+1
| * | | | | fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-01-161-1/+1
* | | | | | Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-02-034-38/+71
|\ \ \ \ \ \
| * | | | | | btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman2019-01-301-0/+3
| * | | | | | btrfs: clean up pending block groups when transaction commit abortsDavid Sterba2019-01-301-0/+16
| * | | | | | btrfs: fix potential oops in device_list_addAl Viro2019-01-301-2/+2
| * | | | | | btrfs: don't end the transaction for delayed refs in throttleJosef Bacik2019-01-281-8/+0
| * | | | | | Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana2019-01-281-28/+50
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-02-026-4/+36
|\ \ \ \ \ \ \