summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-07-29xfs: add a short cut to xfs_dialloc for the non-NULL agbp caseChristoph Hellwig1-21/+26
2012-07-29xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig5-19/+10
2012-07-29xfs: split xfs_diallocChristoph Hellwig1-175/+174
2012-07-29lockd: handle lockowner allocation failure in nlmclnt_proc()Al Viro1-0/+5
2012-07-29lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Al Viro4-8/+4
2012-07-29fs: add link restriction audit reportingKees Cook1-0/+2
2012-07-29fs: add link restrictionsKees Cook1-0/+122
2012-07-29vfs: don't let do_last pass negative dentry to audit_inodeJeff Layton1-2/+3
2012-07-29consolidate pipe file creationAl Viro2-62/+32
2012-07-29take grabbing f->f_path to do_dentry_open()Al Viro1-4/+2
2012-07-29uninline file_free_rcu()Al Viro1-1/+1
2012-07-29ecryptfs_lookup_interpose(): allocate dentry_info firstAl Viro1-7/+6
2012-07-29sanitize ecryptfs_lookup()Al Viro1-13/+4
2012-07-29pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro2-46/+18
2012-07-29mknod: take sanity checks on mode into the very beginningAl Viro1-5/+3
2012-07-29new helper: done_path_create()Al Viro2-15/+13
2012-07-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds14-196/+563
2012-07-27NFSd: make boot_time variable per network namespaceStanislav Kinsbursky3-16/+25
2012-07-27NFSd: make grace end flag per network namespaceStanislav Kinsbursky2-5/+4
2012-07-27Lockd: move grace period management from lockd() to per-net functionsStanislav Kinsbursky1-6/+3
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky8-54/+62
2012-07-27LockD: manage grace list per network namespaceStanislav Kinsbursky3-3/+13
2012-07-27SUNRPC: service request network namespace helper introducedStanislav Kinsbursky4-7/+7
2012-07-27NFSd: make nfsd4_manager allocated per network namespace context.Stanislav Kinsbursky2-13/+21
2012-07-27LockD: make lockd manager allocated per network namespaceStanislav Kinsbursky2-8/+12
2012-07-27LockD: manage grace period per network namespaceStanislav Kinsbursky2-6/+13
2012-07-27Lockd: add more debug to host shutdown functionsStanislav Kinsbursky1-2/+2
2012-07-27Lockd: host complaining function introducedStanislav Kinsbursky1-27/+30
2012-07-27LockD: manage used host count per networks namespaceStanislav Kinsbursky2-0/+19
2012-07-27LockD: manage garbage collection timeout per networks namespaceStanislav Kinsbursky2-3/+10
2012-07-27LockD: make garbage collector network namespace aware.Stanislav Kinsbursky1-9/+13
2012-07-27LockD: mark host per network namespace on garbage collectStanislav Kinsbursky2-7/+15
2012-07-27nfsd4: fix missing fault_inject.h includeJ. Bruce Fields1-0/+1
2012-07-27locks: move lease-specific code out of locks_delete_lockJ. Bruce Fields1-6/+5
2012-07-27Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2-3/+3
2012-07-27locks: prevent side-effects of locks_release_private before file_lock is init...Filipe Brandenburger1-11/+6
2012-07-26Btrfs: using vmalloc and friends needs vmalloc.hStephen Rothwell1-0/+1
2012-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds35-631/+8689
2012-07-26Merge tag 'dlm-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds14-668/+1600
2012-07-26Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds38-1148/+8555
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer2-6/+6
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+12
2012-07-26Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-222/+576
2012-07-25Btrfs: uninit variable fixes in send/receiveChris Mason1-2/+2
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason14-40/+5483
2012-07-25Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receiveAlexander Block5-1/+4717
2012-07-25Btrfs: add btrfs_compare_trees functionAlexander Block2-0/+440
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block8-15/+292
2012-07-25Btrfs: make iref_to_path non staticAlexander Block2-5/+9
2012-07-25Btrfs: add a barrier before a waitqueue_active checkChris Mason1-0/+1