aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-01-10Merge tag 'char-misc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2020-01-10Merge tag 'block-5.5-2020-01-10' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-6/+6
2020-01-10Merge tag 'io_uring-5.5-2020-01-10' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-12/+0
2020-01-09Merge tag 'pstore-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-3/+3
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsGravatar Ming Lei 3-6/+6
2020-01-08pstore/ram: Regularize prz label allocation lifetimeGravatar Kees Cook 2-3/+3
2020-01-07io_uring: remove punt of short reads to async contextGravatar Jens Axboe 1-12/+0
2020-01-06chardev: Avoid potential use-after-free in 'chrdev_open()'Gravatar Will Deacon 1-1/+1
2020-01-04ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGravatar Gang He 1-0/+1
2020-01-04ocfs2: call journal flush to mark journal as empty after journal recovery whe...Gravatar Kai Li 1-0/+8
2020-01-04fs/posix_acl.c: fix kernel-doc warningsGravatar Randy Dunlap 1-2/+5
2020-01-04fs/namespace.c: make to_mnt_ns() staticGravatar Eric Biggers 1-1/+1
2020-01-04fs/nsfs.c: include headers for missing declarationsGravatar Eric Biggers 1-0/+3
2020-01-04fs/direct-io.c: include fs/internal.h for missing prototypeGravatar Eric Biggers 1-0/+2
2020-01-03Merge tag 'for-5.5-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-4/+9
2020-01-03Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-24/+1
2020-01-03mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs()Gravatar Jan Stancek 1-1/+3
2020-01-02Merge tag 'pstore-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+13
2020-01-02Revert "fs: remove ksys_dup()"Gravatar Dominik Brodowski 1-1/+6
2020-01-02pstore/ram: Write new dumps to start of recycled zonesGravatar Aleksandr Yashkin 1-0/+11
2020-01-02pstore/ram: Fix error-path memory leak in persistent_ram_new() callersGravatar Kees Cook 1-0/+2
2019-12-30Btrfs: fix infinite loop during nocow writeback due to raceGravatar Filipe Manana 1-3/+3
2019-12-30btrfs: fix compressed write bio blkcg attributionGravatar Dennis Zhou 1-4/+5
2019-12-30btrfs: punt all bios created in btrfs_submit_compressed_write()Gravatar Dennis Zhou 1-0/+4
2019-12-29Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Gravatar Linus Torvalds 1-1/+1
2019-12-29Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-10/+56
2019-12-29locks: print unsigned ino in /proc/locksGravatar Amir Goldstein 1-1/+1
2019-12-28block: add bio_truncate to fix guard_bio_eodGravatar Ming Lei 1-24/+1
2019-12-27Merge tag 'io_uring-5.5-20191226' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-343/+357
2019-12-24io-wq: add cond_resched() to worker threadGravatar Hillf Danton 1-0/+2
2019-12-23io-wq: remove unused busy list from io_sqeGravatar Hillf Danton 1-8/+0
2019-12-23cifs: Optimize readdir on reparse pointsGravatar Paulo Alcantara (SUSE) 2-9/+55
2019-12-23cifs: Adjust indentation in smb2_open_fileGravatar Nathan Chancellor 1-1/+1
2019-12-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 5-2/+16
2019-12-22Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 12-103/+340
2019-12-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-95/+104
2019-12-22pipe: fix empty pipe check in pipe_write()Gravatar Jan Stancek 1-1/+1
2019-12-21ext4: fix unused-but-set-variable warning in ext4_add_entry()Gravatar Yunfeng Ye 1-1/+3
2019-12-20Merge tag 'io_uring-5.5-20191220' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-229/+493
2019-12-20io_uring: pass in 'sqe' to the prep handlersGravatar Jens Axboe 1-242/+251
2019-12-20io_uring: standardize the prep methodsGravatar Jens Axboe 1-65/+63
2019-12-20io_uring: read 'count' for IORING_OP_TIMEOUT in prep handlerGravatar Jens Axboe 1-3/+8
2019-12-20io_uring: move all prep state for IORING_OP_{SEND,RECV}_MGS to prep handlerGravatar Jens Axboe 1-31/+33
2019-12-20io_uring: move all prep state for IORING_OP_CONNECT to prep handlerGravatar Jens Axboe 1-18/+22
2019-12-20io_uring: add and use struct io_rw for read/writesGravatar Jens Axboe 1-46/+50
2019-12-20xfs: Make the symbol 'xfs_rtalloc_log_count' staticGravatar Chen Wandun 1-1/+1
2019-12-20io_uring: use u64_to_user_ptr() consistentlyGravatar Jens Axboe 1-9/+7
2019-12-19xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Gravatar Darrick J. Wong 4-1/+130
2019-12-19xfs: split the sunit parameter update into two partsGravatar Darrick J. Wong 1-51/+72
2019-12-19xfs: refactor agfl length computation functionGravatar Darrick J. Wong 1-5/+13