deliverable/linux.git
2012-07-22  Eric Sandeenvfs: allow custom EOF in generic_file_llseek code
2012-07-22  Jan Karavfs: Avoid unnecessary WB_SYNC_NONE writeback during...
2012-07-22  Jan Karavfs: Remove unnecessary flushing of block devices
2012-07-22  Jan Karavfs: Make sys_sync writeout also block device inodes
2012-07-22  Jan Karavfs: Create function for iterating over block devices
2012-07-22  Jan Karavfs: Reorder operations during sys_sync
2012-07-22  Jan Karaquota: Move quota syncing to ->sync_fs method
2012-07-22  Jan Karaquota: Split dquot_quota_sync() to writeback and cache...
2012-07-22  Jan Karavfs: Move noop_backing_dev_info check from sync into...
2012-07-22  Artem Bityutskiyfs/ufs: get rid of write_super
2012-07-22  Artem Bityutskiyfs/ufs: re-arrange the code a bit
2012-07-22  Artem Bityutskiyfs/ufs: remove extra superblock write on unmount
2012-07-22  Artem Bityutskiyfs/sysv: stop using write_super and s_dirt
2012-07-22  Artem Bityutskiyfs/sysv: remove another useless write_super call
2012-07-22  Artem Bityutskiyfs/sysv: remove useless write_super call
2012-07-22  Artem Bityutskiyhfs: get rid of hfs_sync_super
2012-07-22  Artem Bityutskiyhfs: introduce VFS superblock object back-reference
2012-07-22  Artem Bityutskiyhfs: simplify a bit checking for R/O
2012-07-22  Artem Bityutskiyhfs: remove extra mdb write on unmount
2012-07-22  Artem Bityutskiyhfs: get rid of lock_super
2012-07-22  Artem Bityutskiyhfs: push lock_super down
2012-07-22  Artem Bityutskiyhfsplus: get rid of write_super
2012-07-22  Artem Bityutskiyhfsplus: remove useless check
2012-07-22  Artem Bityutskiyhfsplus: amend debugging print
2012-07-22  Artem Bityutskiyhfsplus: make hfsplus_sync_fs static
2012-07-22  Al Virohold task_lock around checks in keyctl
2012-07-22  Al Viroget rid of ->scm_work_list
2012-07-22  Al Viroaio: now fput() is OK from interrupt context; get rid...
2012-07-22  Al Viroswitch fput to task_work_add
2012-07-22  Al Virodeal with task_work callbacks adding more work
2012-07-22  Al Viromove exit_task_work() past exit_files() et.al.
2012-07-22  Al Viromerge task_work and rcu_head, get rid of separate alloc...
2012-07-22  Al Virotrim task_work: get rid of hlist
2012-07-22  Al Virotrimming task_work: kill ->data
2012-07-22  Al Virosignal: make sure we don't get stopped with pending...
2012-07-22  Al Virouse __lookup_hash() in kern_path_parent()
2012-07-14  David HowellsVFS: Split inode_permission()
2012-07-14  David HowellsVFS: Pass mount flags to sget()
2012-07-14  David HowellsVFS: Comment mount following code
2012-07-14  David HowellsVFS: Make clone_mnt()/copy_tree()/collect_mounts()...
2012-07-14  David HowellsVFS: Make chown() and lchown() call fchownat()
2012-07-14  Al Virodo_dentry_open(): close the race with mark_files_ro...
2012-07-14  Al Viromark_files_ro(): don't bother with mntget/mntput
2012-07-14  Andrew Mortonnotify_change(): check that i_mutex is held
2012-07-14  Christoph Hellwigfs: add nd_jump_link
2012-07-14  Christoph Hellwigfs: move path_put on failure out of ->follow_link
2012-07-14  Al Virodebugfs: get rid of useless arguments to debugfs_{mkdir...
2012-07-14  Al Virodebugfs: fold debugfs_create_by_name() into the only...
2012-07-14  Al Virodebugfs: make sure that debugfs_create_file() gets...
2012-07-14  Al Viro__d_unalias() should refuse to move mountpoints
2012-07-14  Al Virosysfs: just use d_materialise_unique()
2012-07-14  Al Virosysfs: switch to ->s_d_op and ->d_release()
2012-07-14  Al Viroget rid of kern_path_parent()
2012-07-14  David HowellsVFS: Fix the banner comment on lookup_open()
2012-07-14  Al Virodon't pass nameidata * to vfs_create()
2012-07-14  Al Virodon't pass nameidata to ->create()
2012-07-14  Al Virofs/namei.c: don't pass nameidata to __lookup_hash(...
2012-07-14  Al Virostop passing nameidata to ->lookup()
2012-07-14  Al Virofs/namei.c: don't pass namedata to lookup_dcache()
2012-07-14  Al Virofs/namei.c: don't pass nameidata to d_revalidate()
2012-07-14  Al Virostop passing nameidata * to ->d_revalidate()
2012-07-14  Al Virofs/nfs/dir.c: switch to passing nd->flags instead of...
2012-07-14  Al Vironfs_lookup_verify_inode() - nd is *always* non-NULL...
2012-07-14  Al Viroswitch nfs_lookup_check_intent() away from nameidata
2012-07-14  Al Virodo_dentry_open(): take initialization of file->f_path...
2012-07-14  Al Virofold __dentry_open() into its sole caller
2012-07-14  Al Viroswitch do_dentry_open() to returning int
2012-07-14  Al Viromake finish_no_open() return int
2012-07-14  Al Virofs/namei.c: get do_last() and friends return int
2012-07-14  Al Virokill struct opendata
2012-07-14  Al Virokill opendata->{mnt,dentry}
2012-07-14  Al Viromake ->atomic_open() return int
2012-07-14  Al Virodon't modify od->filp at all
2012-07-14  Al Viro->atomic_open() prototype change - pass int * instead...
2012-07-14  Miklos Szeredivfs: move O_DIRECT check to common code
2012-07-14  Miklos Szeredivfs: do_last(): clean up retry
2012-07-14  Miklos Szeredivfs: do_last(): clean up bool
2012-07-14  Miklos Szeredivfs: do_last(): clean up labels
2012-07-14  Miklos Szeredivfs: do_last(): clean up error handling
2012-07-14  Miklos Szeredivfs: remove open intents from nameidata
2012-07-14  Miklos Szeredi9p: implement i_op->atomic_open()
2012-07-14  Miklos Szerediceph: implement i_op->atomic_open()
2012-07-14  Miklos Szerediceph: remove unused arg from ceph_lookup_open()
2012-07-14  Miklos Szeredicifs: implement i_op->atomic_open()
2012-07-14  Miklos Szeredifuse: implement i_op->atomic_open()
2012-07-14  Miklos Szeredinfs: don't use intents for checking atomic open
2012-07-14  Miklos Szeredinfs: don't use nd->intent.open.flags
2012-07-14  Miklos Szeredinfs: clean up ->create in nfs_rpc_ops
2012-07-14  Miklos Szeredinfs: implement i_op->atomic_open()
2012-07-14  Miklos Szeredivfs: add i_op->atomic_open()
2012-07-14  Miklos Szeredivfs: lookup_open(): expand lookup_hash()
2012-07-14  Miklos Szeredivfs: add lookup_open()
2012-07-14  Miklos Szeredivfs: do_last(): common slow lookup
2012-07-14  Miklos Szeredivfs: do_last(): separate O_CREAT specific code
2012-07-14  Miklos Szeredivfs: do_last(): inline lookup_slow()
2012-07-14  Al Vironamei.c: let follow_link() do put_link() on failure
2012-07-14  Al Virocoda: use list_for_each_entry
2012-07-14  Al Virovfs: switch i_dentry/d_alias to hlist
2012-07-14  Al Viroext4: get rid of open-coded d_find_any_alias()
2012-07-14  Al Viroocfs2: use list_for_each_entry in ocfs2_find_local_alias()
next
This page took 0.038683 seconds and 5 git commands to generate.