aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-02Merge branch 'xfs-ioctl-setattr-cleanup' into for-nextDave Chinner1-220/+231
2015-02-02xfs: fix behaviour of XFS_IOC_FSSETXATTR on directoriesIustin Pop1-14/+25
2015-02-02xfs: factor projid hint checking out of xfs_ioctl_setattrDave Chinner1-19/+31
2015-02-02xfs: factor extsize hint checking out of xfs_ioctl_setattrDave Chinner1-39/+51
2015-02-02xfs: XFS_IOCTL_SETXATTR can run in user namespacesDave Chinner1-9/+13
2015-02-02xfs: kill xfs_ioctl_setattr behaviour maskDave Chinner1-103/+65
2015-02-02xfs: disaggregate xfs_ioctl_setattrDave Chinner1-5/+18
2015-02-02xfs: factor out xfs_ioctl_setattr transaciton preambleDave Chinner1-46/+55
2015-02-02xfs: separate xflags from xfs_ioctl_setattrDave Chinner1-48/+41
2015-02-02xfs: FSX_NONBLOCK is not usedDave Chinner1-5/+0
2015-02-02Merge branch 'xfs-misc-fixes-for-3.20-3' into for-nextDave Chinner8-163/+129
2015-02-02xfs: don't allocate an ioend for direct I/O completionsChristoph Hellwig2-91/+61
2015-02-02xfs: change kmem_free to use generic kvfree()Wang, Yalin2-11/+4
2015-02-02xfs: factor out a xfs_update_prealloc_flags() helperChristoph Hellwig3-60/+63
2015-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+2
2015-01-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds7-192/+272
2015-01-30quota: Store maximum space limit in bytesJan Kara4-23/+13
2015-01-30quota: Remove quota_on_meta callbackJan Kara1-4/+1
2015-01-30ocfs2: Use generic helpers for quotaon and quotaoffJan Kara1-31/+1
2015-01-30ext4: Use generic helpers for quotaon and quotaoffJan Kara1-41/+1
2015-01-30quota: Add ->quota_{enable,disable} callbacks for VFS quotasJan Kara1-0/+91
2015-01-30quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}Jan Kara1-4/+27
2015-01-30quota: Split ->set_xstate callback into twoJan Kara2-26/+53
2015-01-30Merge branch 'for_linus' into for_nextJan Kara22-345/+475
2015-01-29Merge tag 'nfs-for-3.19-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-5/+10
2015-01-29Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efiIngo Molnar3-2/+3
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara6-191/+271
2015-01-28udf: Release preallocation on last writeable closeJan Kara1-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-80/+136
2015-01-27btrfs: fix raid56 scrub failed in xfstests btrfs/072Gui Hecheng1-0/+2
2015-01-26cifs: fix MUST SecurityFlags filteringNiklas Cassel1-2/+4
2015-01-26GFS2: Eliminate a nonsense gotoBob Peterson1-3/+0
2015-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+5
2015-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds6-6/+17
2015-01-21locks: update comments that refer to inode->i_flockJeff Layton1-1/+1
2015-01-22xfs: remove incorrect error negation in attr_multi ioctlBrian Foster1-1/+1
2015-01-22Merge branch 'xfs-buf-type-fixes' into for-nextDave Chinner5-1/+14
2015-01-22xfs: set superblock buffer type correctlyDave Chinner1-0/+1
2015-01-22xfs: set buf types when converting extent formatsDave Chinner2-1/+7
2015-01-22xfs: inode unlink does not set AGI buffer typeDave Chinner1-0/+2
2015-01-22xfs: ensure buffer types are set correctlyDave Chinner1-0/+4
2015-01-22Merge branch 'xfs-sb-logging-rework' into for-nextDave Chinner16-416/+226
2015-01-21NFS: Fix use of nfs_attr_use_mounted_on_fileid()Anna Schumaker2-4/+3
2015-01-22xfs: sanitise sb_bad_features2 handlingDave Chinner3-20/+25
2015-01-22xfs: consolidate superblock logging functionsDave Chinner15-181/+101
2015-01-22xfs: remove bitfield based superblock updatesDave Chinner11-246/+130
2015-01-21NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust1-1/+1
2015-01-21nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao1-0/+6
2015-01-21xfs: Remove some pointless quota checksJan Kara1-39/+20
2015-01-21xfs: Remove some useless flags testsJan Kara1-11/+4