aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva17-7/+23
2019-04-08io_uring: restrict IORING_SETUP_SQPOLL to rootJens Axboe1-0/+4
2019-04-08nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust2-1/+8
2019-04-07Merge tag 'for-linus-20190407' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2019-04-07ext4: use BUG() instead of BUG_ON(1)Arnd Bergmann2-4/+4
2019-04-07ext4: fix prefetchw of NULL pageLiu Xiang1-1/+2
2019-04-06jbd2: check superblock mapped prior to committingJiufei Xue1-0/+4
2019-04-06ext4: remove incorrect comment for NEXT_ORPHAN()Eric Biggers1-3/+0
2019-04-06ext4: make sanity check in mballoc more strictJan Kara1-1/+1
2019-04-06jbd2: remove repeated assignments in __jbd2_log_wait_for_space()Liu Song1-1/+0
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlockKirill Smelkov2-2/+21
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig8-57/+15
2019-04-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+14
2019-04-05hugetlbfs: fix memory leak for resv_mapMike Kravetz1-6/+14
2019-04-05nfsd/nfsd3_proc_readdir: fix buffer count and page pointersMurphy Zhou2-4/+24
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-8/+9
2019-04-05f2fs: add comment for conditional compilation statementChao Yu1-1/+1
2019-04-05f2fs: fix potential recursive call when enabling data_flushChao Yu2-5/+4
2019-04-05f2fs: improve discard handling with multi-device volumesDamien Le Moal2-5/+19
2019-04-05f2fs: Reduce zoned block device memory usageDamien Le Moal3-34/+29
2019-04-05f2fs: Fix use of number of devicesDamien Le Moal5-15/+32
2019-04-04acct_on(): don't mess with freeze protectionAl Viro1-2/+0
2019-04-04aio: use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2019-04-04btrfs: prop: fix vanished compression property after failed setAnand Jain1-3/+3
2019-04-04btrfs: prop: fix zstd compression parameter validationAnand Jain1-1/+1
2019-04-04ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)1-8/+9
2019-04-04kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek1-41/+21
2019-04-03aio: Fix an error code in __io_submit_one()Dan Carpenter1-1/+1
2019-04-03io_uring: fix double free in case of fileset regitration failureJens Axboe1-0/+1
2019-04-02chardev: update comment based on the codeChengguang Xu1-6/+3
2019-04-02chardev: code cleanup for __register_chrdev_region()Chengguang Xu1-41/+28
2019-04-02chardev: add a check for given minor rangeChengguang Xu1-0/+6
2019-04-02chardev: add additional check for minor range overlapChengguang Xu1-0/+6
2019-04-01cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.Ronnie Sahlberg1-5/+3
2019-04-01SMB3: Allow persistent handle timeout to be configurable on mountSteve French5-5/+53
2019-04-01smb3: Fix enumerating snapshots to AzureSteve French4-28/+58
2019-04-01cifs: fix kref underflow in close_shroot()Ronnie Sahlberg1-9/+7
2019-04-01Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-188/+150
2019-04-01Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-13/+14
2019-04-01debugfs: fix use-after-free on symlink traversalAl Viro1-4/+9
2019-04-01ubifs: fix use-after-free on symlink traversalAl Viro1-3/+1
2019-04-01jffs2: fix use-after-free on symlink traversalAl Viro2-6/+4
2019-03-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-21/+34
2019-03-29Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+24
2019-03-29Merge tag 'ceph-for-5.1-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2019-03-29Merge tag 'xfs-5.1-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-17/+49
2019-03-29fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing1-1/+2
2019-03-29fs: fs_parser: fix printk format warningRandy Dunlap1-1/+1
2019-03-29fs/proc/kcore.c: make kcore_modules staticYueHaibing1-1/+1
2019-03-29ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lockDarrick J. Wong1-18/+24