]> Pileus Git - ~andy/linux/shortlog
~andy/linux
2012-07-30 Jan Karafb_defio: Push file_update_time() into fb_deferred_io_m...
2012-07-30 Al Virosimplify lookup_open()/atomic_open() - do the temporary...
2012-07-30 Al Virofix O_EXCL handling for devices
2012-07-29 Al Virolockd: handle lockowner allocation failure in nlmclnt_p...
2012-07-29 Al Virolockd: shift grabbing a reference to nlm_host into...
2012-07-29 Kees Cookfs: add link restriction audit reporting
2012-07-29 Kees Cookfs: add link restrictions
2012-07-29 Jeff Laytonvfs: don't let do_last pass negative dentry to audit_inode
2012-07-29 Al Virobrcm80211: pointless current->files passed to filp_close()
2012-07-29 Al Virosound_firmware: don't pass crap to filp_close()
2012-07-29 Al Virogadgetfs: clean up
2012-07-29 Al Viroslightly reduce lossage in gdm72xx
2012-07-29 Al Viroslightly reduce idiocy in drivers/staging/bcm/Misc.c
2012-07-29 Al Viroconsolidate pipe file creation
2012-07-29 Al Virotake grabbing f->f_path to do_dentry_open()
2012-07-29 Al Virouninline file_free_rcu()
2012-07-29 Al Viroecryptfs_lookup_interpose(): allocate dentry_info first
2012-07-29 Al Virosanitize ecryptfs_lookup()
2012-07-29 Al Viroclean unix_bind() up a bit
2012-07-29 Al Viropull mnt_want_write()/mnt_drop_write() into kern_path_c...
2012-07-29 Al Viromknod: take sanity checks on mode into the very beginning
2012-07-29 Al Vironew helper: done_path_create()
2012-07-29 Al Viropull unlock+dput() out into do_spu_create()
2012-07-29 Al Virospufs: pull unlock-and-dput() up into spufs_create()
2012-07-29 Al Virospufs_create_context(): simplify failure exits
2012-07-29 Al Viromove spu_forget() into spufs_rmdir()
2012-07-22 Al Viroext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file()
2012-07-22 Al Virobtrfs: switch btrfs_ioctl_balance() to mnt_want_write_f...
2012-07-22 Al Viroswitch dentry_open() to struct path, make it grab refer...
2012-07-22 Al Virospufs: shift dget/mntget towards dentry_open()
2012-07-22 Al Virozoran: don't bother with struct file * in zoran_map
2012-07-22 Al Viroecryptfs: don't reinvent the wheels, please - use struc...
2012-07-22 Al Virodon't expose I_NEW inodes via dentry->d_inode
2012-07-22 Al Virotidy up namei.c a bit
2012-07-22 Al Virounobfuscate follow_up() a bit
2012-07-22 Eric Sandeenext3: pass custom EOF to generic_file_llseek_size()
2012-07-22 Eric Sandeenext4: use core vfs llseek code for dir seeks
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...
next