summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vfs: split out vfs_getattr_nosecJ. Bruce Fields2013-11-092-6/+26
* iget/iget5: don't bother with ->i_lock until we find a matchAl Viro2013-11-094-16/+16
* VFS: Put a small type field into struct dentry::d_flagsDavid Howells2013-11-093-82/+158
* elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo)Al Viro2013-11-092-37/+31
* constify do_coredump() argumentAl Viro2013-11-094-6/+6
* constify copy_siginfo_to_user{,32}()Al Viro2013-11-0914-14/+14
* ... and kill anon_inode_getfile_private()Al Viro2013-11-092-69/+0
* rework aio migrate pages to use aio fsBenjamin LaHaise2013-11-091-6/+57
* take anon inode allocation to libfs.cAl Viro2013-11-093-48/+46
* new helper: dump_align()Al Viro2013-11-095-17/+15
* spufs: get rid of dump_emit() wrappersAl Viro2013-11-091-49/+20
* dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro2013-11-096-43/+22
* make dump_emit() use vfs_write() instead of banging at ->f_op->write directlyAl Viro2013-11-091-5/+12
* binfmt_elf: count notes towards coredump limitAl Viro2013-11-091-3/+0
* aout: switch to dump_emitAl Viro2013-11-092-16/+11
* switch elf_coredump_extra_notes_write() to dump_emit()Al Viro2013-11-096-38/+30
* convert the rest of binfmt_elf_fdpic to dump_emit()Al Viro2013-11-091-79/+31
* binfmt_elf: convert writing actual dump pages to dump_emit()Al Viro2013-11-091-11/+3
* switch elf_core_write_extra_data() to dump_emit()Al Viro2013-11-095-13/+11
* switch elf_core_write_extra_phdrs() to dump_emit()Al Viro2013-11-096-21/+15
* new helper: dump_emit()Al Viro2013-11-094-37/+40
* restore 32bit aout coredumpAl Viro2013-11-091-34/+36
* no need to keep brlock macros anymore...Al Viro2013-11-091-10/+0
* coda_revalidate_inode(): switch to passing inode...Al Viro2013-11-093-4/+3
* fold __d_shrink() into its only remaining callerAl Viro2013-11-091-22/+10
* get rid of s_files and files_lockAl Viro2013-11-095-156/+2
* get rid of {lock,unlock}_rcu_walk()Al Viro2013-11-091-24/+14
* RCU'd vfsmountsAl Viro2013-11-096-83/+136
* switch shrink_dcache_for_umount() to use of d_walk()Al Viro2013-11-091-110/+85
* fuse: rcu-delay freeing fuse_connAl Viro2013-10-243-2/+4
* pid_namespace: make freeing struct pid_namespace rcu-delayedAl Viro2013-10-242-1/+8
* ncpfs: rcu-delay unload_nls() and freeing ncp_serverAl Viro2013-10-242-8/+13
* fat: rcu-delay unloading nls and freeing sbiAl Viro2013-10-242-8/+12
* cifs: rcu-delay unload_nls() and freeing sbiAl Viro2013-10-242-2/+9
* autofs4: make freeing sbi rcu-delayedAl Viro2013-10-242-9/+5
* adfs: delayed freeing of sbiAl Viro2013-10-242-5/+7
* hpfs: make freeing sbi and codetables rcu-delayedAl Viro2013-10-242-14/+15
* make freeing super_block rcu-delayedAl Viro2013-10-242-1/+2
* vfs: introduce d_instantiate_no_diralias()Miklos Szeredi2013-10-245-40/+33
* move taking vfsmount_lock down into prepend_path()Al Viro2013-10-241-9/+2
* split __lookup_mnt() in two functionsAl Viro2013-10-244-25/+30
* uninline destroy_super(), consolidate alloc_super()Al Viro2013-10-241-120/+86
* isofs: don't pass dentry to isofs_hash{i,}_common()Al Viro2013-10-241-6/+6
* new helpers: lock_mount_hash/unlock_mount_hashAl Viro2013-10-245-54/+64
* don't bother with vfsmount_lock in mounts_poll()Al Viro2013-10-241-4/+4
* namespace.c: get rid of mnt_ghostsAl Viro2013-10-243-18/+9
* fold dup_mnt_ns() into its only surviving callerAl Viro2013-10-241-30/+18
* mnt_set_expiry() doesn't need vfsmount_lockAl Viro2013-10-241-2/+0
* finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro2013-10-241-2/+0
* fs/namespace.c: bury long-dead defineAl Viro2013-10-241-2/+0
OpenPOWER on IntegriCloud