index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: make posix_acl_create more useful
Christoph Hellwig
2014-01-25
16
-20
/
+69
*
fs: make posix_acl_chmod more useful
Christoph Hellwig
2014-01-25
15
-17
/
+41
*
fs: add generic xattr_acl handlers
Christoph Hellwig
2014-01-25
1
-0
/
+102
*
fs: add get_acl helper
Christoph Hellwig
2014-01-25
2
-21
/
+30
*
fs: merge xattr_acl.c into posix_acl.c
Christoph Hellwig
2014-01-25
3
-188
/
+174
*
reiserfs: prefix ACL symbols with reiserfs_
Christoph Hellwig
2014-01-25
1
-10
/
+10
*
befs: iget_locked() doesn't return an ERR_PTR
Rakesh Pandit
2014-01-25
1
-2
/
+2
*
fs: __fget_light() can use __fget() in slow path
Oleg Nesterov
2014-01-25
1
-11
/
+3
*
fs: factor out common code in fget_light() and fget_raw_light()
Oleg Nesterov
2014-01-25
1
-24
/
+9
*
fs: factor out common code in fget() and fget_raw()
Oleg Nesterov
2014-01-25
1
-17
/
+8
*
change close_files() to use rcu_dereference_raw(files->fdt)
Oleg Nesterov
2014-01-25
1
-17
/
+9
*
introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...
Oleg Nesterov
2014-01-25
1
-2
/
+2
*
kill reiserfs_bdevname()
Al Viro
2014-01-25
3
-14
/
+6
*
afs: get rid of junk in fs/afs/proc.c
Al Viro
2014-01-25
2
-101
/
+22
*
nls: have register_nls() set ->owner
Al Viro
2014-01-25
52
-53
/
+3
*
eventfd_ctx_fdget(): use fdget() instead of fget()
Al Viro
2014-01-25
1
-8
/
+5
*
btrfs: sanitize BTRFS_IOC_FILE_EXTENT_SAME
Al Viro
2014-01-25
1
-46
/
+24
*
qnx4: clean qnx4_fill_super() up
Al Viro
2014-01-25
2
-43
/
+22
*
efs: get rid of ->put_super()
Al Viro
2014-01-25
1
-24
/
+15
*
cramfs: take headers to fs/cramfs
Al Viro
2014-01-25
3
-5
/
+25
*
cramfs: get rid of ->put_super()
Al Viro
2014-01-25
1
-16
/
+12
*
affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()
Al Viro
2014-01-25
1
-32
/
+25
*
xfs: switch to kfree_put_link()
Al Viro
2014-01-25
1
-13
/
+1
*
ecryptfs: fix failure handling in ->readlink()
Al Viro
2014-01-25
1
-16
/
+13
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2014-01-17
2
-2
/
+7
|
\
|
*
vfs: Fix a regression in mounting proc
Eric W. Biederman
2013-11-26
1
-1
/
+1
|
*
vfs: In d_path don't call d_dname on a mount point
Eric W. Biederman
2013-11-26
1
-1
/
+6
*
|
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2014-01-16
1
-6
/
+9
|
\
\
|
*
|
writeback: Fix data corruption on NFS
Jan Kara
2013-12-14
1
-6
/
+9
*
|
|
nilfs2: fix segctor bug that causes file system corruption
Andreas Rohner
2014-01-15
1
-4
/
+6
*
|
|
Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2014-01-11
2
-1
/
+2
|
\
\
\
|
*
|
|
xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
Chuansheng Liu
2014-01-10
1
-0
/
+1
|
*
|
|
xfs: fix off-by-one error in xfs_attr3_rmt_verify
Jie Liu
2014-01-10
1
-1
/
+1
*
|
|
|
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-01-07
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
ext4: fix bigalloc regression
Eric Whitney
2014-01-06
1
-1
/
+1
*
|
|
|
|
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
2014-01-02
1
-4
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
epoll: do not take the nested ep->mtx on EPOLL_CTL_DEL
Jason Baron
2014-01-02
1
-4
/
+0
*
|
|
|
|
|
Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...
Linus Torvalds
2014-01-02
6
-5
/
+58
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
GFS2: Fix unsafe dereference in dump_holder()
Tetsuo Handa
2014-01-02
1
-0
/
+2
|
*
|
|
|
|
GFS2: Wait for async DIO in glock state changes
Steven Whitehouse
2013-12-20
1
-2
/
+8
|
*
|
|
|
|
GFS2: Fix incorrect invalidation for DIO/buffered I/O
Steven Whitehouse
2013-12-20
1
-0
/
+30
|
*
|
|
|
|
GFS2: Fix slab memory leak in gfs2_bufdata
Bob Peterson
2013-12-13
1
-0
/
+5
|
*
|
|
|
|
GFS2: Fix use-after-free race when calling gfs2_remove_from_ail
Bob Peterson
2013-12-13
1
-2
/
+2
|
*
|
|
|
|
GFS2: don't hold s_umount over blkdev_put
Steven Whitehouse
2013-12-13
1
-1
/
+11
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
cifs: set FILE_CREATED
Shirish Pargaonkar
2013-12-27
1
-5
/
+6
*
|
|
|
|
cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()
Sachin Prabhu
2013-12-27
3
-20
/
+19
*
|
|
|
|
Add missing end of line termination to some cifs messages
Steve French
2013-12-27
1
-3
/
+3
*
|
|
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2013-12-26
9
-57
/
+93
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
ext4: add explicit casts when masking cluster sizes
Theodore Ts'o
2013-12-20
3
-17
/
+25
|
*
|
|
|
ext4: fix deadlock when writing in ENOSPC conditions
Jan Kara
2013-12-18
1
-12
/
+0
[next]