aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro2012-06-01
* 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
| * | fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon2012-05-31
| * | fat: add fat_msg_ratelimit()Namjae Jeon2012-05-31
| * | fat: switch to fsinfo_inodeArtem Bityutskiy2012-05-31
| * | fat: mark superblock as dirty less oftenArtem Bityutskiy2012-05-31
| * | fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy2012-05-31
| * | fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy2012-05-31
| * | HPFS: remove PRINTK() macroDan Carpenter2012-05-31
| * | nilfs2: flush disk caches in syncingRyusuke Konishi2012-05-31
| * | pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon2012-05-31
| * | introduce SIZE_MAXXi Wang2012-05-31
* | | NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust2012-05-31
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2012-05-30
|\ \ \
| * | | ceph: use info returned by get_authorizerAlex Elder2012-05-17