summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Linus Torvalds2019-12-291-1/+1
|\
| * locks: print unsigned ino in /proc/locksAmir Goldstein2019-12-291-1/+1
* | Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-12-293-10/+56
|\ \
| * | cifs: Optimize readdir on reparse pointsPaulo Alcantara (SUSE)2019-12-232-9/+55
| * | cifs: Adjust indentation in smb2_open_fileNathan Chancellor2019-12-231-1/+1
| |/
* | Merge tag 'io_uring-5.5-20191226' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-272-343/+357
|\ \ | |/ |/|
| * io-wq: add cond_resched() to worker threadHillf Danton2019-12-241-0/+2
| * io-wq: remove unused busy list from io_sqeHillf Danton2019-12-231-8/+0
| * io_uring: pass in 'sqe' to the prep handlersJens Axboe2019-12-201-242/+251
| * io_uring: standardize the prep methodsJens Axboe2019-12-201-65/+63
| * io_uring: read 'count' for IORING_OP_TIMEOUT in prep handlerJens Axboe2019-12-201-3/+8
| * io_uring: move all prep state for IORING_OP_{SEND,RECV}_MGS to prep handlerJens Axboe2019-12-201-31/+33
| * io_uring: move all prep state for IORING_OP_CONNECT to prep handlerJens Axboe2019-12-201-18/+22
| * io_uring: add and use struct io_rw for read/writesJens Axboe2019-12-201-46/+50
| * io_uring: use u64_to_user_ptr() consistentlyJens Axboe2019-12-201-9/+7
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-12-225-2/+16
|\ \
| * | fs: call fsnotify_sb_delete after evict_inodesEric Sandeen2019-12-182-1/+6
| * | fs: avoid softlockups in s_inodes iteratorsEric Sandeen2019-12-184-1/+10
* | | Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-2212-103/+340
|\ \ \
| * | | xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun2019-12-201-1/+1
| * | | xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2019-12-194-1/+130
| * | | xfs: split the sunit parameter update into two partsDarrick J. Wong2019-12-191-51/+72
| * | | xfs: refactor agfl length computation functionDarrick J. Wong2019-12-191-5/+13
| * | | libxfs: resync with the userspace libxfsDarrick J. Wong2019-12-194-24/+34
| * | | xfs: use bitops interface for buf log item AIL flag checkBrian Foster2019-12-191-1/+1
| * | | xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong2019-12-171-19/+77
| * | | xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2019-12-112-2/+13
| |/ /
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-226-95/+104
|\ \ \
| * | | ext4: fix unused-but-set-variable warning in ext4_add_entry()Yunfeng Ye2019-12-211-1/+3
| * | | ext4: use RCU API in debug_print_treePhong Tran2019-12-151-1/+5
| * | | ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o2019-12-151-74/+69
| * | | ext4: reserve revoke credits in __ext4_new_inodeyangerkun2019-12-141-2/+2
| * | | ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter2019-12-141-2/+2
| * | | ext4: optimize __ext4_check_dir_entry()Theodore Ts'o2019-12-141-5/+4
| * | | ext4: check for directory entries too close to block endJan Kara2019-12-141-0/+5
| * | | ext4: fix ext4_empty_dir() for directories with holesJan Kara2019-12-141-14/+18
* | | | pipe: fix empty pipe check in pipe_write()Jan Stancek2019-12-221-1/+1
* | | | Merge tag 'io_uring-5.5-20191220' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-203-229/+493
|\ \ \ \ | | |_|/ | |/| |
| * | | io_uring: io_wq_submit_work() should not touch req->rwJens Axboe2019-12-181-3/+8
| * | | io_uring: don't wait when under-submittingPavel Begunkov2019-12-181-0/+4
| * | | io_uring: warn about unhandled opcodeJens Axboe2019-12-171-2/+6
| * | | io_uring: read opcode and user_data from SQE exactly onceJens Axboe2019-12-171-25/+20
| * | | io_uring: make IORING_OP_TIMEOUT_REMOVE deferrableJens Axboe2019-12-171-10/+34
| * | | io_uring: make IORING_OP_CANCEL_ASYNC deferrableJens Axboe2019-12-171-4/+28
| * | | io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrableJens Axboe2019-12-171-14/+54
| * | | io_uring: make HARDLINK imply LINKPavel Begunkov2019-12-171-1/+1
| * | | io_uring: any deferred command must have stable sqe dataJens Axboe2019-12-171-49/+172
| * | | io_uring: remove 'sqe' parameter to the OP helpers that take itJens Axboe2019-12-171-36/+44
| * | | io_uring: fix pre-prepped issue with force_nonblock == trueJens Axboe2019-12-171-77/+98
| * | | io-wq: re-add io_wq_current_is_worker()Jens Axboe2019-12-171-2/+6