summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-22fs/ufs: remove extra superblock write on unmountArtem Bityutskiy
2012-07-22fs/sysv: stop using write_super and s_dirtArtem Bityutskiy
2012-07-22fs/sysv: remove another useless write_super callArtem Bityutskiy
2012-07-22fs/sysv: remove useless write_super callArtem Bityutskiy
2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy
2012-07-22hfs: introduce VFS superblock object back-referenceArtem Bityutskiy
2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy
2012-07-22hfs: remove extra mdb write on unmountArtem Bityutskiy
2012-07-22hfs: get rid of lock_superArtem Bityutskiy
2012-07-22hfs: push lock_super downArtem Bityutskiy
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy
2012-07-22hfsplus: remove useless checkArtem Bityutskiy
2012-07-22hfsplus: amend debugging printArtem Bityutskiy
2012-07-22hfsplus: make hfsplus_sync_fs staticArtem Bityutskiy
2012-07-22hold task_lock around checks in keyctlAl Viro
2012-07-22get rid of ->scm_work_listAl Viro
2012-07-22aio: now fput() is OK from interrupt context; get rid of manual delayed __fput()Al Viro
2012-07-22switch fput to task_work_addAl Viro
2012-07-22deal with task_work callbacks adding more workAl Viro
2012-07-22move exit_task_work() past exit_files() et.al.Al Viro
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro
2012-07-22trim task_work: get rid of hlistAl Viro
2012-07-22trimming task_work: kill ->dataAl Viro
2012-07-22signal: make sure we don't get stopped with pending task_workAl Viro
2012-07-22use __lookup_hash() in kern_path_parent()Al Viro
2012-07-14VFS: Split inode_permission()David Howells
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14VFS: Comment mount following codeDavid Howells
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells
2012-07-14VFS: Make chown() and lchown() call fchownat()David Howells
2012-07-14do_dentry_open(): close the race with mark_files_ro() in failure exitAl Viro
2012-07-14mark_files_ro(): don't bother with mntget/mntputAl Viro
2012-07-14notify_change(): check that i_mutex is heldAndrew Morton
2012-07-14fs: add nd_jump_linkChristoph Hellwig
2012-07-14fs: move path_put on failure out of ->follow_linkChristoph Hellwig
2012-07-14debugfs: get rid of useless arguments to debugfs_{mkdir,symlink}Al Viro
2012-07-14debugfs: fold debugfs_create_by_name() into the only callerAl Viro
2012-07-14debugfs: make sure that debugfs_create_file() gets used only for regularsAl Viro
2012-07-14__d_unalias() should refuse to move mountpointsAl Viro
2012-07-14sysfs: just use d_materialise_unique()Al Viro
2012-07-14sysfs: switch to ->s_d_op and ->d_release()Al Viro
2012-07-14get rid of kern_path_parent()Al Viro
2012-07-14VFS: Fix the banner comment on lookup_open()David Howells
2012-07-14don't pass nameidata * to vfs_create()Al Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14fs/namei.c: don't pass namedata to lookup_dcache()Al Viro
2012-07-14fs/namei.c: don't pass nameidata to d_revalidate()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro