summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-212-4/+4
|\
| * reiserfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-4/+4
* | Merge branch 'master' into for-nextJiri Kosina2012-02-033-79/+69Star
|\|
| * reiserfs: don't lock root inode searchingFrederic Weisbecker2012-01-111-15/+13Star
| * reiserfs: don't lock journal_init()Frederic Weisbecker2012-01-112-43/+31Star
| * reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker2012-01-112-22/+24
| * reiserfs: delete comments referring to the BKLDavidlohr Bueso2012-01-111-7/+4Star
| * Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-01-091-11/+16
| |\
| | * reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney2012-01-091-10/+14
| | * reiserfs: Fix quota mount option parsingJan Kara2012-01-091-1/+2
* | | reiserfs: fix printk typo in lbalance.cMasanari Iida2012-02-031-1/+1
|/ /
* | reiserfs: Properly display mount options in /proc/mountsJan Kara2012-01-072-10/+197
* | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-071-1/+1
* | reiserfs: propagate umode_tAl Viro2012-01-042-2/+2
* | switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* | switch ->create() to umode_tAl Viro2012-01-041-1/+1
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-042-2/+2
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
* | vfs: mnt_drop_write_file()Al Viro2012-01-041-2/+2
* | switch a bunch of places to mnt_want_write_file()Al Viro2012-01-041-2/+2
|/
* filesystems: add set_nlink()Miklos Szeredi2011-11-022-5/+5
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-022-8/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-252-9/+4Star
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-09-151-8/+2Star
| |\
| * | fs: Convert vmalloc/memset to vzallocJoe Perches2011-09-152-9/+4Star
* | | Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris2011-08-091-2/+2
|\ \ \ | |_|/ |/| |
| * | security: new security_inode_init_security API adds function callbackMimi Zohar2011-07-181-2/+2
* | | switch posix_acl_equiv_mode() to umode_t *Al Viro2011-08-011-3/+1Star
* | | switch posix_acl_create() to umode_t *Al Viro2011-08-011-5/+1Star
| |/ |/|
* | Merge 'akpm' patch seriesLinus Torvalds2011-07-262-9/+5Star
|\ \
| * | reiserfs: use hweight_long()Akinobu Mita2011-07-261-5/+1Star
| * | reiserfs: use proper little-endian bitopsAkinobu Mita2011-07-262-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-255-77/+34Star
|\ \ \
| * | | fs: take the ACL checks to common codeChristoph Hellwig2011-07-253-22/+4Star
| * | | kill boilerplates around posix_acl_create_masq()Al Viro2011-07-251-23/+7Star
| * | | kill boilerplate around posix_acl_chmod_masq()Al Viro2011-07-251-23/+18Star
| * | | reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig2011-07-252-9/+5Star
| |/ /
* | | Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-07-251-13/+0Star
|\ \ \ | |/ / |/| |
| * | fixlet: Remove fs_excl from struct task.Justin TerAvest2011-07-121-13/+0Star
| |/
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-212-3/+19
* | reiserfs: make reiserfs default to barrier=flushChristoph Hellwig2011-07-211-0/+1
* | fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-211-3/+2Star
* | fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-211-0/+3
* | fs: kill i_alloc_semChristoph Hellwig2011-07-211-2/+1Star
* | ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-1/+1
* | ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* | ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-201-1/+1
* | ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro2011-07-201-1/+1
* | kill check_acl callback of generic_permission()Al Viro2011-07-203-11/+12
|/
* reiserfs_permission() doesn't need to bail out in RCU modeAl Viro2011-06-201-2/+0Star