summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2015-01-26ext4: change to use setup_timer() instead of init_timer()Jan Mrazek
2015-01-25switch the IO-triggering parts of umount to fs_pinAl Viro
2015-01-25new fs_pin killing logicsAl Viro
2015-01-25allow attaching fs_pin to a group not associated with some superblockAl Viro
2015-01-25dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds
2015-01-25pull bumping refcount into ->kill()Al Viro
2015-01-25kill pin_put()Al Viro
2015-01-25gut proc_register() a bitAl Viro
2015-01-25kill d_validate()Al Viro
2015-01-25ncpfs: get rid of d_validate() nonsenseAl Viro
2015-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-01-25new primitive: debugfs_create_automount()Al Viro
2015-01-25debugfs: split end_creating() into success and failure casesAl Viro
2015-01-25debugfs: take mode-dependent parts of debugfs_get_inode() into callersAl Viro
2015-01-25fold debugfs_mknod() into callersAl Viro
2015-01-25fold debugfs_create() into callerAl Viro
2015-01-25fold debugfs_mkdir() into callerAl Viro
2015-01-25debugfs_mknod(): get rid useless argumentsAl Viro
2015-01-25fold debugfs_link() into callerAl Viro
2015-01-25debugfs: kill __create_file()Al Viro
2015-01-25debugfs: split the beginning and the end of __create_file() offAl Viro
2015-01-25debugfs_{mkdir,create,link}(): get rid of redundant argumentAl Viro
2015-01-24NFSv4: Deal with atomic upgrades of an existing delegationTrond Myklebust
2015-01-24NFSv4.1: Replace usage of nfs_client->cl_addr in encode_create_sessionTrond Myklebust
2015-01-24NFSv4.1: Optimise layout return-on-closeTrond Myklebust
2015-01-24NFSv4.1: Allow parallel LOCK/LOCKU callsTrond Myklebust
2015-01-24NFSv4: Update of VFS byte range lock must be atomic with the stateid updateTrond Myklebust
2015-01-24NFSv4: Fix lock on-wire reordering issuesTrond Myklebust
2015-01-24NFSv4: Always do open_to_lock_owner if the lock stateid is uninitialisedTrond Myklebust
2015-01-24NFSv4: Fix atomicity problems with lock stateid updatesTrond Myklebust
2015-01-23NFSv4.1: Allow parallel OPEN/OPEN_DOWNGRADE/CLOSETrond Myklebust
2015-01-23NFSv4: Check for NULL argument in nfs_*_seqid() functionsTrond Myklebust
2015-01-23NFSv4: Convert nfs_alloc_seqid() to return an ERR_PTR() if allocation failsTrond Myklebust
2015-01-23NFSv4: More CLOSE/OPEN racesTrond Myklebust
2015-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-01-23NFSv4: Fix an atomicity problem in CLOSETrond Myklebust
2015-01-23nfsd: factor out a helper to decode nfstime4 valuesChristoph Hellwig
2015-01-23sunrpc/lockd: fix references to the BKLJeff Layton
2015-01-23nfsd: fix year-2038 nfs4 state problemJ. Bruce Fields
2015-01-23audit: replace getname()/putname() hacks with reference countersPaul Moore
2015-01-23audit: enable filename recording via getname_kernel()Paul Moore
2015-01-23simpler calling conventions for filename_mountpoint()Al Viro
2015-01-23fs: create proper filename objects using getname_kernel()Paul Moore
2015-01-23fs: rework getname_kernel to handle up to PATH_MAX sized filenamesPaul Moore
2015-01-23cut down the number of do_path_lookup() callersAl Viro
2015-01-22fs: make inode_to_bdi() handle NULL inodeJens Axboe
2015-01-22Btrfs: insert_new_root: Fix lock type of the extent buffer.chandan
2015-01-21Btrfs: fix unused members in struct btrfs_rootAnand Jain
2015-01-21btrfs: qgroup: move WARN_ON() to the correct location.Yang Dongsheng
2015-01-21Btrfs: cleanup unused run_mostLiu Bo