aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Linus Torvalds 1-0/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 29-51/+3164
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxGravatar Linus Torvalds 2-4/+4
2012-03-20kill reiserfs_fs_{i,sb}.hGravatar Al Viro 1-2/+597
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hGravatar Al Viro 28-28/+2354
2012-03-20kill pointless includes of reiserfs_fs_{i,sb}.hGravatar Al Viro 5-6/+0
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hGravatar Al Viro 7-6/+82
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hGravatar Al Viro 10-9/+133
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
2012-03-20reiserfs: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 2-4/+4
2012-02-03Merge branch 'master' into for-nextGravatar Jiri Kosina 3-79/+69
2012-02-03reiserfs: fix printk typo in lbalance.cGravatar Masanari Iida 1-1/+1
2012-01-10reiserfs: don't lock root inode searchingGravatar Frederic Weisbecker 1-15/+13
2012-01-10reiserfs: don't lock journal_init()Gravatar Frederic Weisbecker 2-43/+31
2012-01-10reiserfs: delay reiserfs lock until journal initializationGravatar Frederic Weisbecker 2-22/+24
2012-01-10reiserfs: delete comments referring to the BKLGravatar Davidlohr Bueso 1-7/+4
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-11/+16
2012-01-09reiserfs: Force inode evictions before umount to avoid crashGravatar Jeff Mahoney 1-10/+14
2012-01-09reiserfs: Fix quota mount option parsingGravatar Jan Kara 1-1/+2
2012-01-06reiserfs: Properly display mount options in /proc/mountsGravatar Jan Kara 2-10/+197
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbGravatar Al Viro 1-1/+1
2012-01-03reiserfs: propagate umode_tGravatar Al Viro 2-2/+2
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 2-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2012-01-03vfs: mnt_drop_write_file()Gravatar Al Viro 1-2/+2
2012-01-03switch a bunch of places to mnt_want_write_file()Gravatar Al Viro 1-2/+2
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 2-5/+5
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 2-8/+8
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-9/+4
2011-09-15Merge branch 'master' into for-nextGravatar Jiri Kosina 1-8/+2
2011-09-15fs: Convert vmalloc/memset to vzallocGravatar Joe Perches 2-9/+4
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...Gravatar James Morris 1-2/+2
2011-08-01switch posix_acl_equiv_mode() to umode_t *Gravatar Al Viro 1-3/+1
2011-08-01switch posix_acl_create() to umode_t *Gravatar Al Viro 1-5/+1
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