aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-14ext4: reserve revoke credits in __ext4_new_inodeyangerkun1-2/+2
2019-12-14ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter1-2/+2
2019-12-14ext4: optimize __ext4_check_dir_entry()Theodore Ts'o1-5/+4
2019-12-14ext4: check for directory entries too close to block endJan Kara1-0/+5
2019-12-14ext4: fix ext4_empty_dir() for directories with holesJan Kara1-14/+18
2019-12-14Merge tag '5.5-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-3/+26
2019-12-14Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds8-96/+159
2019-12-13Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds3-88/+121
2019-12-13Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-2/+2
2019-12-13btrfs: send: remove WARN_ON for readonly mountAnand Jain1-6/+0
2019-12-13btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik1-0/+1
2019-12-13btrfs: skip log replay on orphaned rootsJosef Bacik1-2/+21
2019-12-13btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik1-0/+2
2019-12-13btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik1-2/+8
2019-12-13Btrfs: fix hole extent items with a zero size after range cloningFilipe Manana1-11/+5
2019-12-13Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana1-1/+1
2019-12-13Btrfs: make tree checker detect checksum items with overlapping rangesFilipe Manana1-2/+16
2019-12-13Btrfs: fix missing data checksums after replaying a log treeFilipe Manana4-9/+36
2019-12-13btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter3-6/+8
2019-12-13btrfs: fix devs_max constraints for raid1c3 and raid1c4David Sterba1-2/+2
2019-12-13btrfs: tree-checker: Fix error format string for size_tAndreas Färber1-1/+1
2019-12-13btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik1-6/+4
2019-12-13btrfs: handle error in btrfs_cache_block_groupJosef Bacik1-2/+18
2019-12-13btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik1-2/+0
2019-12-13Btrfs: fix cloning range with a hole when using the NO_HOLES featureFilipe Manana1-2/+2
2019-12-13btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov1-2/+2
2019-12-13CIFS: Close cached root handle only if it has a leasePavel Shilovsky5-4/+25
2019-12-13SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding pathSteve French1-0/+1
2019-12-12Merge tag 'ceph-for-5.5-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds7-42/+85
2019-12-12fs: remove ksys_dup()Dominik Brodowski1-6/+1
2019-12-12init: use do_mount() instead of ksys_mount()Dominik Brodowski1-8/+2
2019-12-11Merge tag 'afs-fixes-20191211' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds5-19/+20
2019-12-11io_uring: ensure we return -EINVAL on unknown opcodeJens Axboe1-7/+14
2019-12-11xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2-2/+13
2019-12-11Merge tag 'erofs-for-5.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds1-0/+2
2019-12-11pipe: simplify signal handling in pipe_read() and add commentsLinus Torvalds1-7/+29
2019-12-11afs: Show volume name in /proc/net/afs/<cell>/volumesDavid Howells1-3/+4
2019-12-11afs: Fix missing cell comparison in afs_test_super()David Howells1-0/+1
2019-12-11afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPPDavid Howells1-0/+3
2019-12-11afs: Fix mountpoint parsingDavid Howells1-2/+4
2019-12-11sched/cputime, proc/stat: Fix incorrect guest nice cpustat valueFlavio Leitner1-2/+2
2019-12-10io_uring: add sockets to list of files that support non-blocking issueJens Axboe1-2/+4
2019-12-10io_uring: only hash regular files for async work executionJens Axboe1-1/+3
2019-12-10io_uring: run next sqe inline if possibleJens Axboe1-4/+11
2019-12-10io_uring: don't dynamically allocate poll dataJens Axboe1-16/+11
2019-12-10io_uring: deferred send/recvmsg should assign iovJens Axboe1-2/+2
2019-12-10io_uring: sqthread should grab ctx->uring_lock for submissionsJens Axboe1-5/+2
2019-12-10io-wq: briefly spin for new work after finishing workJens Axboe2-5/+26
2019-12-10io-wq: remove worker->wait waitqueueJens Axboe1-8/+2
2019-12-10io_uring: allow unbreakable linksJens Axboe1-38/+46