aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-12-17io_uring: make IORING_OP_CANCEL_ASYNC deferrableGravatar Jens Axboe 1-4/+28
2019-12-17io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrableGravatar Jens Axboe 1-14/+54
2019-12-17io_uring: make HARDLINK imply LINKGravatar Pavel Begunkov 1-1/+1
2019-12-17io_uring: any deferred command must have stable sqe dataGravatar Jens Axboe 1-49/+172
2019-12-17io_uring: remove 'sqe' parameter to the OP helpers that take itGravatar Jens Axboe 1-36/+44
2019-12-17io_uring: fix pre-prepped issue with force_nonblock == trueGravatar Jens Axboe 1-77/+98
2019-12-17io-wq: re-add io_wq_current_is_worker()Gravatar Jens Axboe 1-2/+6
2019-12-17Merge tag 'for-5.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 17-56/+127
2019-12-17xfs: fix log reservation overflows when allocating large rt extentsGravatar Darrick J. Wong 1-19/+77
2019-12-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2019-12-16Merge tag 'linux-kselftest-5.5-rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2019-12-15io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSGGravatar Jens Axboe 1-14/+26
2019-12-15ext4: use RCU API in debug_print_treeGravatar Phong Tran 1-1/+5
2019-12-15ext4: validate the debug_want_extra_isize mount option at parse timeGravatar Theodore Ts'o 1-74/+69
2019-12-15io_uring: fix stale comment and a few typosGravatar Brian Gianforcaro 2-5/+5
2019-12-15Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-14/+3
2019-12-14ext4: reserve revoke credits in __ext4_new_inodeGravatar yangerkun 1-2/+2
2019-12-14ext4: unlock on error in ext4_expand_extra_isize()Gravatar Dan Carpenter 1-2/+2
2019-12-14ext4: optimize __ext4_check_dir_entry()Gravatar Theodore Ts'o 1-5/+4
2019-12-14ext4: check for directory entries too close to block endGravatar Jan Kara 1-0/+5
2019-12-14ext4: fix ext4_empty_dir() for directories with holesGravatar Jan Kara 1-14/+18
2019-12-14Merge tag '5.5-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 6-3/+26
2019-12-14Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-96/+159
2019-12-13Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-88/+121
2019-12-13Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+2
2019-12-13btrfs: send: remove WARN_ON for readonly mountGravatar Anand Jain 1-6/+0
2019-12-13btrfs: do not leak reloc root if we fail to read the fs rootGravatar Josef Bacik 1-0/+1
2019-12-13btrfs: skip log replay on orphaned rootsGravatar Josef Bacik 1-2/+21
2019-12-13btrfs: handle ENOENT in btrfs_uuid_tree_iterateGravatar Josef Bacik 1-0/+2
2019-12-13btrfs: abort transaction after failed inode updates in create_subvolGravatar Josef Bacik 1-2/+8
2019-12-13Btrfs: fix hole extent items with a zero size after range cloningGravatar Filipe Manana 1-11/+5
2019-12-13Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesGravatar Filipe Manana 1-1/+1
2019-12-13Btrfs: make tree checker detect checksum items with overlapping rangesGravatar Filipe Manana 1-2/+16
2019-12-13Btrfs: fix missing data checksums after replaying a log treeGravatar Filipe Manana 4-9/+36
2019-12-13btrfs: return error pointer from alloc_test_extent_bufferGravatar Dan Carpenter 3-6/+8
2019-12-13btrfs: fix devs_max constraints for raid1c3 and raid1c4Gravatar David Sterba 1-2/+2
2019-12-13btrfs: tree-checker: Fix error format string for size_tGravatar Andreas Färber 1-1/+1
2019-12-13btrfs: don't double lock the subvol_sem for rename exchangeGravatar Josef Bacik 1-6/+4
2019-12-13btrfs: handle error in btrfs_cache_block_groupGravatar Josef Bacik 1-2/+18
2019-12-13btrfs: do not call synchronize_srcu() in inode_tree_delGravatar Josef Bacik 1-2/+0
2019-12-13Btrfs: fix cloning range with a hole when using the NO_HOLES featureGravatar Filipe Manana 1-2/+2
2019-12-13btrfs: Fix error messages in qgroup_rescan_initGravatar Nikolay Borisov 1-2/+2
2019-12-13CIFS: Close cached root handle only if it has a leaseGravatar Pavel Shilovsky 5-4/+25
2019-12-13SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding pathGravatar Steve French 1-0/+1
2019-12-12Merge tag 'ceph-for-5.5-rc2' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 7-42/+85
2019-12-12fs: remove ksys_dup()Gravatar Dominik Brodowski 1-6/+1
2019-12-12init: use do_mount() instead of ksys_mount()Gravatar Dominik Brodowski 1-8/+2
2019-12-11Merge tag 'afs-fixes-20191211' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-19/+20
2019-12-11io_uring: ensure we return -EINVAL on unknown opcodeGravatar Jens Axboe 1-7/+14
2019-12-11xfs: stabilize insert range start boundary to avoid COW writeback raceGravatar Brian Foster 2-2/+13