summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-07-28SUNRPC: service request network namespace helper introducedStanislav Kinsbursky4-7/+7
2012-07-28NFSd: make nfsd4_manager allocated per network namespace context.Stanislav Kinsbursky2-13/+21
2012-07-28LockD: make lockd manager allocated per network namespaceStanislav Kinsbursky2-8/+12
2012-07-28LockD: manage grace period per network namespaceStanislav Kinsbursky2-6/+13
2012-07-28Lockd: add more debug to host shutdown functionsStanislav Kinsbursky1-2/+2
2012-07-28Lockd: host complaining function introducedStanislav Kinsbursky1-27/+30
2012-07-28LockD: manage used host count per networks namespaceStanislav Kinsbursky2-0/+19
2012-07-28LockD: manage garbage collection timeout per networks namespaceStanislav Kinsbursky2-3/+10
2012-07-28LockD: make garbage collector network namespace aware.Stanislav Kinsbursky1-9/+13
2012-07-28LockD: mark host per network namespace on garbage collectStanislav Kinsbursky2-7/+15
2012-07-28nfsd4: fix missing fault_inject.h includeJ. Bruce Fields1-0/+1
2012-07-28locks: move lease-specific code out of locks_delete_lockJ. Bruce Fields1-6/+5
2012-07-27locks: prevent side-effects of locks_release_private before file_lock is init...Filipe Brandenburger1-11/+6
2012-07-25NFSd: set nfsd_serv to NULL after service destructionStanislav Kinsbursky2-5/+7
2012-07-25NFSd: introduce nfsd_destroy() helperStanislav Kinsbursky3-17/+14
2012-07-25nfsd: add get_uint for u32'sJ. Bruce Fields1-3/+3
2012-07-25NFSd: fix locking in nfsd_forget_delegations()Stanislav Kinsbursky1-6/+17
2012-07-25nfsd4: fix cr_principal comparison check in same_credsVivek Trivedi1-2/+2
2012-07-11nfsd: share some function prototypesJ. Bruce Fields1-0/+2
2012-07-11nfsd: allow owner_override only for regular filesJ. Bruce Fields1-1/+9
2012-07-11nfsd4: release openowners on free in >=4.1 caseJ. Bruce Fields1-6/+13
2012-07-10nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields1-1/+1
2012-06-20nfsd4: process_open2 cleanupJ. Bruce Fields1-5/+3
2012-06-20nfsd4: nfsd4_lock() cleanupJ. Bruce Fields1-12/+3
2012-06-20nfsd4: remove unnecessary commentJ. Bruce Fields1-1/+0
2012-06-20NFSD: TEST_STATEID should not return NFS4ERR_STALE_STATEIDChuck Lever2-7/+16
2012-06-20nfsd: probe the back channel on new connectionsWeston Andros Adamson1-0/+5
2012-06-18hfsplus: fix bless ioctl when used with hardlinksMatthew Garrett1-2/+7
2012-06-18hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki1-1/+1
2012-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+3
2012-06-16Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-39/+74
2012-06-16Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-8/+7
2012-06-16Btrfs: cast devid to unsigned long long for printk %lluChris Mason1-1/+2
2012-06-16Btrfs: init old_generation in get_old_rootChris Mason1-1/+1
2012-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds18-189/+476
2012-06-15Btrfs: destroy the items of the delayed inodes in error handling routineMiao Xie3-0/+27
2012-06-15Btrfs: make sure that we've made everything in pinned tree cleanLiu Bo1-0/+11
2012-06-15Btrfs: avoid memory leak of extent state in error handling routineLiu Bo1-0/+2
2012-06-15Btrfs: do not resize a seeding deviceLiu Bo1-0/+7
2012-06-15Btrfs: fix missing inherited flag in renameLiu Bo1-3/+6
2012-06-15Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Chris Mason3-35/+70
2012-06-15Btrfs: fix incompat flags settingLi Zefan1-1/+1
2012-06-15Btrfs: fix defrag regressionLi Zefan1-48/+49
2012-06-15Btrfs: call filemap_fdatawrite twice for compressionJosef Bacik3-7/+31
2012-06-15Btrfs: keep inode pinned when compressing writesJosef Bacik1-2/+6
2012-06-15Btrfs: implement ->show_devnameJosef Bacik1-0/+33
2012-06-15Btrfs: use rcu to protect device->nameJosef Bacik8-64/+162
2012-06-15Btrfs: unlock everything properly in the error case for nocowJosef Bacik1-2/+35
2012-06-15Btrfs: fix btrfs_destroy_marked_extentsJosef Bacik1-4/+2
2012-06-15Btrfs: abort the transaction if the commit failsJosef Bacik1-2/+8