]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2011-07-22 Konstantin... vfs: use ERR_CAST for err-ptr tossing in lookup_instant...
2011-07-22 Jan Karaisofs: Remove global fs lock
2011-07-22 Al Virojffs2: fix IN_DELETE_SELF on overwriting rename() killi...
2011-07-22 Al Virofix IN_DELETE_SELF on overwriting rename() on ramfs...
2011-07-22 Randy Dunlapmm/truncate.c: fix build for CONFIG_BLOCK not enabled
2011-07-21 Wanlong Gaofs:update the NOTE of the file_operations structure
2011-07-21 Al ViroRemove dead code in dget_parent()
2011-07-21 David HowellsAFS: Fix silly characters in a comment
2011-07-21 Al Viroswitch d_add_ci() to d_splice_alias() in "found negativ...
2011-07-21 Al Virosimplify gfs2_lookup()
2011-07-21 Al Virojfs_lookup(): don't bother with . or ..
2011-07-21 Al Viroget rid of useless dget_parent() in btrfs rename()...
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 Bacikdrivers: fix up various ->llseek() implementations
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 Al Viroarm: don't create useless copies to pass into debugfs_c...
2011-07-21 Al Viroswitch assorted clock drivers to debugfs_remove_recursive()
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 Hellwigrw_semaphore: remove up/down_read_non_owner
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 Tomasz Stanislawskianonfd: fix missing declaration
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 Dave Chinnervmscan: add customisable shrinker batch size
2011-07-20 Dave Chinnervmscan: reduce wind up shrinker->nr when shrinker can...
2011-07-20 Dave Chinnervmscan: shrinker->nr updates race and go wrong
2011-07-20 Dave Chinnervmscan: add shrink_slab tracepoints
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 Virodevtmpfs: get rid of bogus mkdir in create_path()
2011-07-20 Al Viroswitch devtmpfs to kern_path_create()
2011-07-20 Al Viroswitch devtmpfs object creation/removal to separate...
2011-07-20 Al Viromake sure that nsproxy_cache is initialized early enough
2011-07-20 Al Viroswitch do_spufs_create() to user_path_create(), fix...
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 Virokill IPERM_FLAG_RCU
2011-07-20 Al Viro->permission() sanitizing: document API changes
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 Viroselinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLA...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to ->inode_...
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...
next