summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+12
2017-04-22Merge tag 'nfsd-4.11-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2017-04-21block: get rid of blk_integrity_revalidate()Ilya Dryomov1-1/+0
2017-04-21orangefs: use iov_iter_revert()Al Viro1-2/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-2/+2
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-2/+3
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara1-1/+1
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara4-7/+1
2017-04-20ubifs: Convert to separately allocated bdiJan Kara2-19/+9
2017-04-20nfs: Convert to separately allocated bdiJan Kara4-35/+28
2017-04-20ncpfs: Convert to separately allocated bdiJan Kara2-7/+2
2017-04-20nilfs2: Convert to properly refcounting bdiJan Kara1-1/+2
2017-04-20gfs2: Convert to properly refcounting bdiJan Kara1-6/+3
2017-04-20fuse: Get rid of bdi_initializedJan Kara3-8/+2
2017-04-20fuse: Convert to separately allocated bdiJan Kara3-36/+17
2017-04-20exofs: Convert to separately allocated bdiJan Kara2-12/+6
2017-04-20coda: Convert to separately allocated bdiJan Kara1-7/+4
2017-04-20afs: Convert to separately allocated bdiJan Kara3-10/+4
2017-04-20ecryptfs: Convert to separately allocated bdiJan Kara2-4/+1
2017-04-20cifs: Convert to separately allocated bdiJan Kara3-12/+6
2017-04-20ceph: Convert to separately allocated bdiJan Kara4-28/+17
2017-04-20btrfs: Convert to separately allocated bdiJan Kara3-30/+14
2017-04-209p: Convert to separately allocated bdiJan Kara3-13/+13
2017-04-20fs: Get proper reference for s_bdiJan Kara1-5/+2
2017-04-20fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara1-0/+49
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+27
2017-04-20Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+10
2017-04-20nsfs: mark dentry with DCACHE_RCUACCESSCong Wang1-0/+1
2017-04-19quota: Remove dquot_quotactl_opsJan Kara1-12/+0
2017-04-19reiserfs: Remove i_attrs_to_sd_attrs()Jan Kara3-28/+1
2017-04-19reiserfs: Remove useless setting of i_flagsJan Kara1-4/+0
2017-04-19jfs: Remove jfs_get_inode_flags()Jan Kara4-22/+0
2017-04-19ext2: Remove ext2_get_inode_flags()Jan Kara3-22/+0
2017-04-19ext4: Remove ext4_get_inode_flags()Jan Kara3-29/+0
2017-04-19quota: Stop setting IMMUTABLE and NOATIME flags on quota filesJan Kara1-14/+5
2017-04-19jfs: Set flags on quota files directlyJan Kara1-2/+77
2017-04-19ext2: Set flags on quota files directlyJan Kara1-2/+76
2017-04-19reiserfs: Set flags on quota files directlyJan Kara1-3/+54
2017-04-19ext4: Set flags on quota files directlyJan Kara1-6/+56
2017-04-19btrfs: qgroup: move noisy underflow warning to debugging buildDavid Sterba1-4/+7
2017-04-19Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/selinux i...James Morris1-10/+10
2017-04-19ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger1-0/+7
2017-04-17cifs: Do not send echoes before Negotiate is completeSachin Prabhu1-0/+10
2017-04-17fix nfs O_DIRECT advancing iov_iter too muchAl Viro1-9/+18
2017-04-17orangefs_bufmap_copy_from_iovec(): fix EFAULT handlingAl Viro1-3/+1
2017-04-17fs/compat.c: trim unused includesAl Viro1-31/+0
2017-04-17move compat_rw_copy_check_uvector() over to fs/read_write.cAl Viro2-76/+75
2017-04-17fhandle: move compat syscalls from compat.cAl Viro3-14/+13
2017-04-17open: move compat syscalls from compat.cAl Viro2-18/+20
2017-04-17stat: move compat syscalls from compat.cAl Viro2-83/+86