summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-131-17/+20
|\
| * io_uring: fix sequence logic for timeout requestsJens Axboe2019-10-101-17/+20
* | Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-10-113-72/+40
|\ \
| * | NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever2019-10-101-0/+1
| * | NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust2019-10-091-42/+0
| * | NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust2019-10-091-35/+43
| * | nfs: Fix nfsi->nrequests count error on nfs_inode_remove_requestZhangXiaoxu2019-10-021-2/+3
* | | Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-10-119-40/+57
|\ \ \
| * | | CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky2019-10-091-1/+7
| * | | CIFS: Force revalidate inode when dentry is stalePavel Shilovsky2019-10-091-0/+4
| * | | smb3: Fix regression in time handlingSteve French2019-10-091-8/+16
| * | | smb3: remove noisy debug message and minor cleanupSteve French2019-10-083-9/+6
| * | | CIFS: Gracefully handle QueryInfo errors during openPavel Shilovsky2019-10-061-0/+6
| * | | cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panicDave Wysochanski2019-10-061-16/+11
| * | | fs: cifs: mute -Wunused-const-variable messageAustin Kim2019-10-061-4/+0
| * | | smb3: cleanup some recent endian errors spotted by updated sparseSteve French2019-10-063-2/+7
* | | | Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-111-14/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | io_uring: only flush workqueues on fileset removalJens Axboe2019-10-091-1/+5
| * | | io_uring: remove wait loop spurious wakeupsPavel Begunkov2019-10-071-12/+4
| * | | io_uring: fix reversed nonblock flag for link submissionPavel Begunkov2019-10-041-1/+1
* | | | Merge tag 'xfs-5.4-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-10-1010-31/+29
|\ \ \ \
| * | | | xfs: move local to extent inode logging into bmap helperBrian Foster2019-10-094-7/+8
| * | | | xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster2019-10-091-17/+2
| * | | | xfs: log the inode on directory sf to block format changeBrian Foster2019-10-092-0/+2
| * | | | xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell2019-10-063-3/+13
| * | | | xfs: removed unused error variable from xchk_refcountbt_recAliasgar Surti2019-10-061-2/+1
| * | | | xfs: remove unused flags arg from xfs_get_aghdr_buf()Eric Sandeen2019-10-061-3/+2
| * | | | xfs: Fix tail rounding in xfs_alloc_file_space()Max Reitz2019-10-061-1/+3
| | |/ / | |/| |
* | | | Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-10-106-13/+49
|\ \ \ \
| * | | | btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim2019-10-081-1/+1
| * | | | btrfs: fix uninitialized ret in ref-verifyJosef Bacik2019-10-031-1/+1
| * | | | btrfs: allocate new inode in NOFS contextJosef Bacik2019-10-011-0/+3
| * | | | btrfs: fix balance convert to single on 32-bit host CPUsZygo Blaxell2019-10-011-1/+5
| * | | | btrfs: fix incorrect updating of log root treeJosef Bacik2019-10-011-9/+27
| * | | | Btrfs: fix memory leak due to concurrent append writes with fiemapFilipe Manana2019-10-011-1/+12
* | | | | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-10-101-66/+71
|\ \ \ \ \
| * | | | | libfs: take cursors out of list when moving past the end of directoryAl Viro2019-10-091-24/+25
| * | | | | Fix the locking in dcache_readdir() and friendsAl Viro2019-09-221-65/+69
* | | | | | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-10-101-1/+4
|\ \ \ \ \ \
| * | | | | | vfs: add missing blkdev_put() in get_tree_bdev()Ian Kent2019-10-091-1/+4
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-10-074-38/+54
|\ \ \ \ \ \ \
| * | | | | | | writeback: fix use-after-free in finish_writeback_work()Tejun Heo2019-10-071-2/+7
| * | | | | | | fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...Jia-Ju Bai2019-10-071-1/+1
| * | | | | | | fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()Jia-Ju Bai2019-10-071-1/+2
| * | | | | | | fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai2019-10-071-33/+23
| * | | | | | | ocfs2: clear zero in unaligned direct IOJia Guo2019-10-071-1/+21
* | | | | | | | uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds2019-10-071-42/+2
| |_|_|_|/ / / |/| | | | | |
* | | | | | | elf: don't use MAP_FIXED_NOREPLACE for elf executable mappingsLinus Torvalds2019-10-061-10/+3
* | | | | | | Merge branch 'readdir' (readdir speedup and sanity checking)Linus Torvalds2019-10-051-35/+133
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Make filldir[64]() verify the directory entry filename is validLinus Torvalds2019-10-051-0/+40