index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
reiserfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-09
reiserfs: locking, release lock around quota operations
Jeff Mahoney
1
-8
/
+11
2013-08-09
reiserfs: locking, handle nested locks properly
Jeff Mahoney
1
-41
/
+36
2013-08-09
reiserfs: locking, push write lock out of xattr code
Jeff Mahoney
1
-18
/
+20
2013-07-02
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-3
/
+9
2013-06-01
reiserfs: fix deadlock with nfs racing on create/lookup
Jeff Mahoney
1
-2
/
+7
2013-05-22
reiserfs: use ->invalidatepage() length argument
Lukas Czerner
1
-2
/
+7
2013-05-22
mm: change invalidatepage prototype to accept length
Lukas Czerner
1
-1
/
+2
2013-05-08
aio: don't include aio.h in sched.h
Kent Overstreet
1
-0
/
+1
2013-02-26
fs: encode_fh: return FILEID_INVALID if invalid fid_type
Namjae Jeon
1
-2
/
+2
2012-12-20
reiserfs: drop vmtruncate
Marco Stornelli
1
-4
/
+11
2012-11-20
reiserfs: Move quota calls out of write lock
Jan Kara
1
-3
/
+7
2012-10-10
tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking
Hugh Dickins
1
-1
/
+5
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-13
/
+13
2012-09-21
userns: Convert reiserfs to use kuid and kgid where appropriate
Eric W. Biederman
1
-13
/
+13
2012-08-15
reiserfs: fix deadlocks with quotas
Jeff Mahoney
1
-1
/
+1
2012-05-30
->encode_fh() API change
Al Viro
1
-18
/
+12
2012-05-06
vfs: Rename end_writeback() to clear_inode()
Jan Kara
1
-2
/
+2
2012-03-21
move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h
Al Viro
1
-1
/
+1
2012-03-21
move reiserfs_acl.h to fs/reiserfs/acl.h
Al Viro
1
-1
/
+1
2012-03-21
take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h
Al Viro
1
-1
/
+1
2012-01-04
reiserfs: propagate umode_t
Al Viro
1
-1
/
+1
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
1
-3
/
+3
2011-11-02
filesystems: add missing nlink wrappers
Miklos Szeredi
1
-2
/
+2
2011-07-25
reiserfs: cache negative ACLs for v1 stat format
Christoph Hellwig
1
-0
/
+5
2011-07-21
fs: simplify the blockdev_direct_IO prototype
Christoph Hellwig
1
-3
/
+2
2011-07-21
fs: move inode_dio_wait calls into ->setattr
Christoph Hellwig
1
-0
/
+3
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-1
/
+0
2011-03-14
exportfs: Return the minimum required handle size
Aneesh Kumar K.V
1
-1
/
+6
2011-03-10
block: remove per-queue plugging
Jens Axboe
1
-1
/
+0
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-10-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-13
/
+11
2010-10-27
writeback: remove nonblocking/encountered_congestion references
Wu Fengguang
1
-1
/
+1
2010-10-26
fs: kill block_prepare_write
Christoph Hellwig
1
-13
/
+11
2010-08-18
fix reiserfs_evict_inode end_writeback second call
Sergey Senozhatsky
1
-0
/
+1
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-54
/
+80
2010-08-10
convert reiserfs to ->evict_inode()
Al Viro
1
-3
/
+10
2010-08-10
always call inode_change_ok early in ->setattr
Christoph Hellwig
1
-4
/
+4
2010-08-10
remove inode_setattr
Christoph Hellwig
1
-45
/
+52
2010-08-10
introduce __block_write_begin
Christoph Hellwig
1
-2
/
+1
2010-08-10
sort out blockdev_direct_IO variants
Christoph Hellwig
1
-1
/
+16
2010-08-10
Fix reiserfs_file_release()
Al Viro
1
-2
/
+0
2010-06-16
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
1
-1
/
+1
2010-05-21
quota: unify quota init condition in setattr
Dmitry Monakhov
1
-1
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-06
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-8
/
+12
2010-03-05
pass writeback_control to ->write_inode
Christoph Hellwig
1
-2
/
+2
2010-03-05
dquot: cleanup dquot initialize routine
Christoph Hellwig
1
-3
/
+3
2010-03-05
dquot: move dquot initialization responsibility into the filesystem
Christoph Hellwig
1
-0
/
+5
2010-03-05
dquot: cleanup dquot drop routine
Christoph Hellwig
1
-1
/
+1
2010-03-05
dquot: cleanup dquot transfer routine
Christoph Hellwig
1
-2
/
+1
[next]