summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | LockD: service start function introducedStanislav Kinsbursky2012-05-31
| * | | | | | | | | LockD: move global usage counter manipulation from error pathStanislav Kinsbursky2012-05-31
| * | | | | | | | | LockD: service creation function introducedStanislav Kinsbursky2012-05-31
| * | | | | | | | | LockD: use existing per-net data function on service creationStanislav Kinsbursky2012-05-31
| * | | | | | | | | LockD: pass service to per-net up and down functionsStanislav Kinsbursky2012-05-31
| * | | | | | | | | SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky2012-05-31
| * | | | | | | | | SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2012-05-31
| * | | | | | | | | nfsd: add IPv6 addr escaping to fs_location hostsWeston Andros Adamson2012-05-31
| * | | | | | | | | nfsd4: fix change attribute endiannessJ. Bruce Fields2012-05-31
| * | | | | | | | | nfsd4: fix free_stateid return endiannessJ. Bruce Fields2012-05-31
| * | | | | | | | | nfsd4: int/__be32 fixesJ. Bruce Fields2012-05-31
| * | | | | | | | | nfsd4: preserve __user annotation on cld downcall msgJ. Bruce Fields2012-05-31
| * | | | | | | | | nfsd4: fix missing "static"J. Bruce Fields2012-05-31
| * | | | | | | | | nfsd: state.c should include current_stateid.hJ. Bruce Fields2012-05-31
* | | | | | | | | | Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-05-31
|\| | | | | | | | |
| * | | | | | | | | nfsd: trivial: use SEEK_SET instead of 0 in vfs_llseekJeff Layton2012-04-25
| * | | | | | | | | nfsd: allocate id-to-name and name-to-id caches in per-net operations.Stanislav Kinsbursky2012-04-12
| * | | | | | | | | nfsd: make name-to-id cache allocated per network namespace contextStanislav Kinsbursky2012-04-12
| * | | | | | | | | nfsd: make id-to-name cache allocated per network namespace contextStanislav Kinsbursky2012-04-12
| * | | | | | | | | nfsd: pass network context to idmap init/exit functionsStanislav Kinsbursky2012-04-12
| * | | | | | | | | nfsd: allocate export and expkey caches in per-net operations.Stanislav Kinsbursky2012-04-12
| * | | | | | | | | nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky2012-04-12
| * | | | | | | | | nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky2012-04-12
| * | | | | | | | | nfsd: pass pointer to export cache down to stack wherever possible.Stanislav Kinsbursky2012-04-12
| * | | | | | | | | nfsd: pass network context to export caches init/shutdown routinesStanislav Kinsbursky2012-04-11
| * | | | | | | | | Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky2012-04-11
| * | | | | | | | | NFSd: remove hard-coded dereferences to name-to-id and id-to-name cachesStanislav Kinsbursky2012-04-11
| * | | | | | | | | nfsd: pass pointer to expkey cache down to stack wherever possible.Stanislav Kinsbursky2012-04-11
| * | | | | | | | | nfsd: use hash table from cache detail in nfsd export seq opsStanislav Kinsbursky2012-04-11
| * | | | | | | | | nfsd: pass svc_export_cache pointer as private data to "exports" seq file opsStanislav Kinsbursky2012-04-11
| * | | | | | | | | nfsd: use exp_put() for svc_export_cache putStanislav Kinsbursky2012-04-11
| * | | | | | | | | nfsd: add link to owner cache detail to svc_export structureStanislav Kinsbursky2012-04-11
| * | | | | | | | | nfsd: use passed cache_detail pointer expkey_parse()Stanislav Kinsbursky2012-04-11
| * | | | | | | | | nfsd: don't use locks_in_grace to determine whether to call nfs4_grace_endJeff Layton2012-04-11
| * | | | | | | | | nfsd: trivial: remove unused variable from nfsd4_lockJeff Layton2012-04-11
* | | | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-05-31
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/...Cyrill Gorcunov2012-05-31
| * | | | | | | | | fs, proc: introduce /proc/<pid>/task/<tid>/children entryCyrill Gorcunov2012-05-31
| * | | | | | | | | aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh2012-05-31
| * | | | | | | | | eventfd: change int to __u64 in eventfd_signal()Sha Zhengju2012-05-31
| * | | | | | | | | fs/nls: add Apple NLSVladimir Serbinenko2012-05-31
| * | | | | | | | | proc/smaps: show amount of nonlinear ptes in vmaKonstantin Khlebnikov2012-05-31
| * | | | | | | | | proc/smaps: carefully handle migration entriesKonstantin Khlebnikov2012-05-31
| * | | | | | | | | proc: report file/anon bit in /proc/pid/pagemapKonstantin Khlebnikov2012-05-31
| * | | | | | | | | procfs: use more apprioriate types when dumping /proc/N/statJan Engelhardt2012-05-31
| * | | | | | | | | proc: pass "fd" by value in /proc/*/{fd,fdinfo} codeAlexey Dobriyan2012-05-31
| * | | | | | | | | proc: don't do dummy rcu_read_lock/rcu_read_unlock on error pathAlexey Dobriyan2012-05-31
| * | | | | | | | | proc: use mm_access() instead of ptrace_may_access()Cong Wang2012-05-31
| * | | | | | | | | proc: remove mm_for_maps()Cong Wang2012-05-31
| * | | | | | | | | proc: clean up /proc/<pid>/environ handlingCong Wang2012-05-31