aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-01-25debugfs_{mkdir,create,link}(): get rid of redundant argumentAl Viro1-8/+9
2015-01-24NFSv4: Deal with atomic upgrades of an existing delegationTrond Myklebust1-3/+17
2015-01-24NFSv4.1: Replace usage of nfs_client->cl_addr in encode_create_sessionTrond Myklebust1-7/+3
2015-01-24NFSv4.1: Optimise layout return-on-closeTrond Myklebust3-40/+31
2015-01-24NFSv4.1: Allow parallel LOCK/LOCKU callsTrond Myklebust1-2/+6
2015-01-24NFSv4: Update of VFS byte range lock must be atomic with the stateid updateTrond Myklebust1-22/+15
2015-01-24NFSv4: Fix lock on-wire reordering issuesTrond Myklebust2-8/+27
2015-01-24NFSv4: Always do open_to_lock_owner if the lock stateid is uninitialisedTrond Myklebust1-1/+1
2015-01-24NFSv4: Fix atomicity problems with lock stateid updatesTrond Myklebust1-13/+29
2015-01-23NFSv4.1: Allow parallel OPEN/OPEN_DOWNGRADE/CLOSETrond Myklebust2-2/+18
2015-01-23NFSv4: Check for NULL argument in nfs_*_seqid() functionsTrond Myklebust2-8/+18
2015-01-23NFSv4: Convert nfs_alloc_seqid() to return an ERR_PTR() if allocation failsTrond Myklebust2-10/+10
2015-01-23NFSv4: More CLOSE/OPEN racesTrond Myklebust1-1/+15
2015-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds6-6/+17
2015-01-23NFSv4: Fix an atomicity problem in CLOSETrond Myklebust2-3/+8
2015-01-23nfsd: factor out a helper to decode nfstime4 valuesChristoph Hellwig1-17/+26
2015-01-23sunrpc/lockd: fix references to the BKLJeff Layton1-2/+2
2015-01-23nfsd: fix year-2038 nfs4 state problemJ. Bruce Fields1-1/+6
2015-01-23audit: replace getname()/putname() hacks with reference countersPaul Moore1-15/+14
2015-01-23audit: enable filename recording via getname_kernel()Paul Moore1-0/+1
2015-01-23simpler calling conventions for filename_mountpoint()Al Viro1-16/+7
2015-01-23fs: create proper filename objects using getname_kernel()Paul Moore3-20/+64
2015-01-23fs: rework getname_kernel to handle up to PATH_MAX sized filenamesPaul Moore1-14/+20
2015-01-23cut down the number of do_path_lookup() callersAl Viro1-4/+12
2015-01-22fs: make inode_to_bdi() handle NULL inodeJens Axboe1-1/+6
2015-01-22Btrfs: insert_new_root: Fix lock type of the extent buffer.chandan1-1/+1
2015-01-21Btrfs: fix unused members in struct btrfs_rootAnand Jain2-4/+0
2015-01-21btrfs: qgroup: move WARN_ON() to the correct location.Yang Dongsheng1-2/+1
2015-01-21Btrfs: cleanup unused run_mostLiu Bo1-4/+1
2015-01-21Rename all ref_count to refs in structZhao Lei1-13/+13
2015-01-21Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simplyZhao Lei4-28/+19
2015-01-21Btrfs: Include map_type in raid_bioZhao Lei4-18/+22
2015-01-21Btrfs: Simplify scrub_setup_recheck_block()'s argumentZhao Lei1-16/+9
2015-01-21Btrfs: Combine per-page recover in dev-replace and scrubZhao Lei1-72/+48
2015-01-21Btrfs: Separate finding-right-mirror and writing-to-target's process in scrub...Zhao Lei1-27/+17
2015-01-21Btrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub_setup_recheck_block()Zhao Lei1-1/+1
2015-01-21Btrfs: btrfs_rm_dev_replace_blocked(): Use wait_event()Zhao Lei1-11/+2
2015-01-21Btrfs: Cleanup btrfs_bio_counter_inc_blocked()Zhao Lei1-6/+6
2015-01-21Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replaceZhao Lei1-12/+7
2015-01-21Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON()Zhao Lei1-1/+2
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei7-54/+57
2015-01-21Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei5-125/+105
2015-01-21Btrfs: sort raid_map before adding tgtdev stripesZhao Lei1-14/+8
2015-01-21Btrfs: fix a out-of-bound access of raid_mapZhao Lei1-2/+5
2015-01-21Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsFilipe Manana2-5/+43
2015-01-21Btrfs: fix fsync when extend references are added to an inodeFilipe Manana1-11/+16
2015-01-21Btrfs: fix directory inconsistency after fsync log replayFilipe Manana1-2/+18
2015-01-21Btrfs: lookup for block group only if needed when freeing a tree blockFilipe Manana1-4/+6
2015-01-21btrfs: remove a no-op unfreeze superbock callbackDavid Sterba1-6/+0
2015-01-21btrfs: switch extent_state state to unsignedDavid Sterba4-55/+55