aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge 'akpm' patch seriesGravatar Linus Torvalds 2-9/+5
2011-07-25reiserfs: use hweight_long()Gravatar Akinobu Mita 1-5/+1
2011-07-25reiserfs: use proper little-endian bitopsGravatar Akinobu Mita 2-4/+4
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-77/+34
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 3-22/+4
2011-07-25kill boilerplates around posix_acl_create_masq()Gravatar Al Viro 1-23/+7
2011-07-25kill boilerplate around posix_acl_chmod_masq()Gravatar Al Viro 1-23/+18
2011-07-25reiserfs: cache negative ACLs for v1 stat formatGravatar Christoph Hellwig 2-9/+5
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-13/+0
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 2-3/+19
2011-07-20reiserfs: make reiserfs default to barrier=flushGravatar Christoph Hellwig 1-0/+1
2011-07-20fs: simplify the blockdev_direct_IO prototypeGravatar Christoph Hellwig 1-3/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrGravatar Christoph Hellwig 1-0/+3
2011-07-20fs: kill i_alloc_semGravatar Christoph Hellwig 1-2/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Gravatar Al Viro 1-1/+1
2011-07-20kill check_acl callback of generic_permission()Gravatar Al Viro 3-11/+12
2011-07-12fixlet: Remove fs_excl from struct task.Gravatar Justin TerAvest 1-13/+0
2011-06-20reiserfs_permission() doesn't need to bail out in RCU modeGravatar Al Viro 1-2/+0
2011-05-28reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameGravatar Sage Weil 2-6/+0
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeGravatar Christoph Hellwig 1-1/+1
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-05-26vfs: remove dget() from dentry_unhash()Gravatar Sage Weil 1-1/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 4-6/+6
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+0
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableGravatar Serge E. Hallyn 2-3/+3
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-3/+1
2011-03-17fs: change to new flag variableGravatar matt mooney 1-3/+1
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-5/+7
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2011-03-16Merge branch 'next' into for-linusGravatar James Morris 2-5/+7
2011-03-15fs: Remove i_nlink check from file system link callbackGravatar Aneesh Kumar K.V 1-4/+0
2011-03-14exportfs: Return the minimum required handle sizeGravatar Aneesh Kumar K.V 1-1/+6
2011-03-10reiserfs xattr ->d_revalidate() shouldn't care about RCUGravatar Al Viro 1-2/+0
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextGravatar James Morris 2-5/+7
2011-03-03fix reiserfs mkdir() breakageGravatar Al Viro 1-1/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationGravatar Eric Paris 2-5/+7
2011-02-01reiserfs: make commit_wq use the default concurrency levelGravatar Tejun Heo 1-1/+1
2011-01-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-11/+6
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-14/+7
2011-01-13reiserfs: make sure va_end() is always called after va_start().Gravatar Jesper Juhl 1-2/+2
2011-01-12quota: Fix deadlock during path resolutionGravatar Jan Kara 1-11/+6
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-4/+10
2011-01-07fs: rcu-walk aware d_revalidate methodGravatar Nick Piggin 1-0/+2
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-1/+1
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8