summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2015-01-30quota: Remove quota_on_meta callbackJan Kara-4/+1
2015-01-30ocfs2: Use generic helpers for quotaon and quotaoffJan Kara-31/+1
2015-01-30ext4: Use generic helpers for quotaon and quotaoffJan Kara-41/+1
2015-01-30quota: Add ->quota_{enable,disable} callbacks for VFS quotasJan Kara-0/+91
2015-01-30quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}Jan Kara-4/+27
2015-01-30quota: Split ->set_xstate callback into twoJan Kara-26/+53
2015-01-30Merge branch 'for_linus' into for_nextJan Kara-345/+475
2015-01-29Merge tag 'nfs-for-3.19-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-5/+10
2015-01-29Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar-2/+3
2015-01-29fs: add vfs_iter_{read,write} helpersChristoph Hellwig-14/+48
2015-01-29new helper: iov_iter_bvec()Al Viro-5/+2
2015-01-28UBIFS: add a couple of extra assertsArtem Bityutskiy-0/+4
2015-01-28UBIFS: add ubifs_err() to print error reasonSubodh Nijsure-4/+13
2015-01-28UBIFS: Add security.* XATTR support for the UBIFSSubodh Nijsure-0/+99
2015-01-28UBIFS: Add xattr support for symlinksSubodh Nijsure-5/+16
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara-191/+271
2015-01-28udf: Release preallocation on last writeable closeJan Kara-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-80/+136
2015-01-27btrfs: fix raid56 scrub failed in xfstests btrfs/072Gui Hecheng-0/+2
2015-01-26cifs: fix MUST SecurityFlags filteringNiklas Cassel-2/+4
2015-01-26GFS2: Eliminate a nonsense gotoBob Peterson-3/+0
2015-01-26ext4: change to use setup_timer() instead of init_timer()Jan Mrazek-3/+2
2015-01-25switch the IO-triggering parts of umount to fs_pinAl Viro-29/+20
2015-01-25new fs_pin killing logicsAl Viro-6/+48
2015-01-25allow attaching fs_pin to a group not associated with some superblockAl Viro-10/+16
2015-01-25dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds-4/+114
2015-01-25pull bumping refcount into ->kill()Al Viro-12/+0
2015-01-25kill pin_put()Al Viro-11/+0
2015-01-25gut proc_register() a bitAl Viro-17/+8
2015-01-25kill d_validate()Al Viro-31/+0
2015-01-25ncpfs: get rid of d_validate() nonsenseAl Viro-77/+52
2015-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-16/+5
2015-01-25new primitive: debugfs_create_automount()Al Viro-0/+48
2015-01-25debugfs: split end_creating() into success and failure casesAl Viro-14/+13
2015-01-25debugfs: take mode-dependent parts of debugfs_get_inode() into callersAl Viro-32/+16
2015-01-25fold debugfs_mknod() into callersAl Viro-37/+31
2015-01-25fold debugfs_create() into callerAl Viro-14/+3
2015-01-25fold debugfs_mkdir() into callerAl Viro-15/+6
2015-01-25debugfs_mknod(): get rid useless argumentsAl Viro-17/+11
2015-01-25fold debugfs_link() into callerAl Viro-9/+2
2015-01-25debugfs: kill __create_file()Al Viro-38/+33
2015-01-25debugfs: split the beginning and the end of __create_file() offAl Viro-22/+39
2015-01-25debugfs_{mkdir,create,link}(): get rid of redundant argumentAl Viro-8/+9
2015-01-24NFSv4: Deal with atomic upgrades of an existing delegationTrond Myklebust-3/+17
2015-01-24NFSv4.1: Replace usage of nfs_client->cl_addr in encode_create_sessionTrond Myklebust-7/+3
2015-01-24NFSv4.1: Optimise layout return-on-closeTrond Myklebust-40/+31
2015-01-24NFSv4.1: Allow parallel LOCK/LOCKU callsTrond Myklebust-2/+6
2015-01-24NFSv4: Update of VFS byte range lock must be atomic with the stateid updateTrond Myklebust-22/+15
2015-01-24NFSv4: Fix lock on-wire reordering issuesTrond Myklebust-8/+27
2015-01-24NFSv4: Always do open_to_lock_owner if the lock stateid is uninitialisedTrond Myklebust-1/+1