get rid of useless dget_parent() in fs/btrfs/ioctl.c
[pandora-kernel.git] / fs /
2011-07-21 Al Viroget rid of useless dget_parent() in fs/btrfs/ioctl.c
2011-07-21 Josef Bacikfs: push i_mutex and filemap_write_and_wait down into...
2011-07-21 Josef Bacikfs: handle SEEK_HOLE/SEEK_DATA properly in all fs's...
2011-07-21 Josef BacikExt4: handle SEEK_HOLE/SEEK_DATA generically
2011-07-21 Josef BacikBtrfs: implement our own ->llseek
2011-07-21 Josef Bacikfs: add SEEK_HOLE and SEEK_DATA flags
2011-07-21 Christoph Hellwigreiserfs: make reiserfs default to barrier=flush
2011-07-21 Christoph Hellwigext3: make ext3 mount default to barrier=1
2011-07-21 Al Virodon't open-code parent_ino() in assorted ->readdir()
2011-07-21 Al Virominix_getattr(): don't bother with ->d_parent
2011-07-21 Al Virocoda_venus_readdir(): use offsetof()
2011-07-21 Kay Sieversfs: seq_file - add event counter to simplify poll(...
2011-07-21 Christoph Hellwigfs: move inode_dio_done to the end_io handler
2011-07-21 Christoph Hellwigfs: simplify the blockdev_direct_IO prototype
2011-07-21 Christoph Hellwigfs: always maintain i_dio_count
2011-07-21 Christoph Hellwigfs: move inode_dio_wait calls into ->setattr
2011-07-21 Christoph Hellwigfs: kill i_alloc_sem
2011-07-21 Christoph Hellwigfs: simplify handling of zero sized reads in __blockdev...
2011-07-21 Jan Karaext4: Rewrite ext4_page_mkwrite() to use generic helpers
2011-07-21 Christoph Hellwigfat: remove i_alloc_sem abuse
2011-07-21 Tobias KlauserVFS: Fixup kerneldoc for generic_permission()
2011-07-21 Dave Chinnerxfs: make use of new shrinker callout for the inode...
2011-07-21 Dave Chinnervfs: increase shrinker batch size
2011-07-21 Dave Chinnersuperblock: add filesystem shrinker operations
2011-07-21 Dave Chinnerinode: remove iprune_sem
2011-07-21 Dave Chinnersuperblock: introduce per-sb cache shrinker infrastructure
2011-07-20 Dave Chinnersuperblock: move pin_sb_for_writeback() to fs/super.c
2011-07-20 Dave Chinnerinode: move to per-sb LRU locks
2011-07-20 Dave Chinnerinode: Make unused inode LRU per superblock
2011-07-20 Dave Chinnerinode: convert inode_stat.nr_unused to per-cpu counters
2011-07-20 Al Viromake d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR...
2011-07-20 Al Virodeuglify squashfs_lookup()
2011-07-20 Al Vironfsd4_list_rec_dir(): don't bother with reopening rec_file
2011-07-20 Al Virokill useless checks for sb->s_op == NULL
2011-07-20 Al Virobtrfs: kill magical embedded struct superblock
2011-07-20 Al Viroget rid of pointless checks for dentry->sb == NULL
2011-07-20 Al ViroMake ->d_sb assign-once and always non-NULL
2011-07-20 Al Virounexport kern_path_parent()
2011-07-20 Al Viroswitch vfs_path_lookup() to struct path
2011-07-20 Al Virokill lookup_create()
2011-07-20 Al Vironew helpers: kern_path_create/user_path_create
2011-07-20 Al Virokill LOOKUP_CONTINUE
2011-07-20 Al Vironfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last...
2011-07-20 Al Virocifs_lookup(): LOOKUP_OPEN is set only on the last...
2011-07-20 Al Viroceph: LOOKUP_OPEN is set only when it's the last component
2011-07-20 Al Virojfs_ci_revalidate() is safe from RCU mode
2011-07-20 Al ViroLOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only...
2011-07-20 Al Virono need to check for LOOKUP_OPEN in ->create() instances
2011-07-20 Al Virodon't pass nameidata to vfs_create() from ecryptfs_create()
2011-07-20 Al Virodon't transliterate lower bits of ->intent.open.flags...
2011-07-20 Al ViroDon't pass nameidata when calling vfs_create() from...
2011-07-20 Al Virofix mknod() on nfs4 (hopefully)
2011-07-20 Al Vironameidata_to_nfs_open_context() doesn't need nameidata...
2011-07-20 Al Vironfs_open_context doesn't need struct path either
2011-07-20 Al Vironfs4_opendata doesn't need struct path either
2011-07-20 Al Vironfs4_closedata doesn't need to mess with struct path
2011-07-20 Al Virocifs: fix the type of cifs_demultiplex_thread()
2011-07-20 Al Viroecryptfs_inode_permission() doesn't need to bail out...
2011-07-20 Al Viromerge do_revalidate() into its only caller
2011-07-20 Al Virono reason to keep exec_permission() separate now
2011-07-20 Al Viromassage generic_permission() to treat directories on...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to exec_per...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to ->permis...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to generic_...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to ->check_...
2011-07-20 Al Viro->permission() sanitizing: pass MAY_NOT_BLOCK to -...
2011-07-20 Al Viro->permission() sanitizing: MAY_NOT_BLOCK
2011-07-20 Al Virokill check_acl callback of generic_permission()
2011-07-20 Al Virolockless get_write_access/deny_write_access
2011-07-20 Al Viromove exec_permission() up to the rest of permission...
2011-07-20 Al Virokill file_permission() completely
2011-07-20 Al Viroconsolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling
2011-07-20 Al Viroswitch path_init() to exec_permission()
2011-07-20 Al Viroswitch udf_ioctl() to inode_permission()
2011-07-20 Al Viromake exec_permission(dir) really equivalent to inode_pe...
2011-07-20 Al Vironew helper: iterate_supers_type()
2011-07-20 Josef Bacikfs: add a DCACHE_NEED_LOOKUP flag for d_flags
2011-07-20 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-20 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2011-07-20 Akinobu Mitafs/libfs.c: fix simple_attr_write() on 32bit machines
2011-07-20 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-20 Linus Torvaldsvfs: fix race in rcu lookup of pruned dentry
2011-07-18 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2011-07-18 Al ViroFix cifs_get_root()
2011-07-18 Linus TorvaldsMerge branch 'fix/asoc' of git://git./linux/kernel...
2011-07-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-18 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git./linux...
2011-07-18 Al Virohppfs_lookup(): don't open-code lookup_one_len()
2011-07-18 Al Virohppfs: fix dentry leak
2011-07-18 Al Virocramfs: get_cramfs_inode() returns ERR_PTR() on failure
2011-07-18 Al Viroufs should use d_splice_alias()
2011-07-18 Al Virofix exofs ->get_parent()
2011-07-17 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2011-07-17 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2011-07-17 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2011-07-17 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2011-07-17 Linus TorvaldsMerge branch 's5p-fixes-for-linus' of git://git./linux...
2011-07-17 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-2.6
2011-07-17 Al Viroceph analog of cifs build_path_from_dentry() race fix
2011-07-17 Al Virocifs: build_path_from_dentry() race fix
next