summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | | | Convert filldir[64]() from __put_user() to unsafe_put_user()Linus Torvalds2019-10-051-35/+93
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus-2019-10-03' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-041-4/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | io_uring: use __kernel_timespec in timeout ABIArnd Bergmann2019-10-011-4/+4
* | | | | | vfs: Fix EOVERFLOW testing in put_compat_statfs64Eric Sandeen2019-10-031-13/+4
* | | | | | erofs: fix mis-inplace determination related with noio chainGao Xiang2019-10-011-2/+10
* | | | | | erofs: fix erofs_get_meta_page locking due to a cleanupGao Xiang2019-10-011-3/+7
* | | | | | erofs: fix return value check in erofs_read_superblock()Wei Yongjun2019-10-011-2/+2
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-305-18/+58
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo2019-09-271-0/+3
| * | | | btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo2019-09-271-1/+1
| * | | | btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo2019-09-251-1/+7
| * | | | btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo2019-09-251-1/+8
| * | | | Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana2019-09-241-14/+19
| * | | | Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana2019-09-241-0/+4
| * | | | btrfs: adjust dirty_metadata_bytes after writeback failure of extent bufferDennis Zhou2019-09-241-0/+9
| * | | | Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana2019-09-241-1/+7
* | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-09-294-10/+2
|\ \ \ \ \
| * | | | | afs dynroot: switch to simple_dir_operationsAl Viro2019-09-153-9/+1
| * | | | | fs/handle.c - fix up kerneldocValdis Klētnieks2019-08-071-1/+1
* | | | | | Merge tag '5.4-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-09-2914-26/+194
|\ \ \ \ \ \
| * | | | | | CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky2019-09-261-0/+5
| * | | | | | smb3: missing ACL related flagsSteve French2019-09-261-1/+80
| * | | | | | smb3: pass mode bits into create callsSteve French2019-09-267-21/+51
| * | | | | | smb3: Add missing reparse tagsSteve French2019-09-241-0/+11
| * | | | | | CIFS: fix max ea value sizeMurphy Zhou2019-09-231-1/+1
| * | | | | | fs/cifs/sess.c: Remove set but not used variable 'capabilities'zhengbin2019-09-231-2/+1
| * | | | | | fs/cifs/smb2pdu.c: Make SMB2_notify_init staticzhengbin2019-09-231-1/+1
| * | | | | | smb3: fix leak in "open on server" perf counterSteve French2019-09-232-0/+6
| * | | | | | smb3: allow decryption keys to be dumped by admin for debuggingSteve French2019-09-212-0/+38
* | | | | | | Merge branch 'entropy'Linus Torvalds2019-09-291-0/+3
|\ \ \ \ \ \ \