index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
__dentry_path() fixes
Al Viro
2014-01-26
1
-3
/
+6
*
vfs: Remove second variable named error in __dentry_path
Eric W. Biederman
2014-01-26
1
-1
/
+0
*
vfs: Is mounted should be testing mnt_ns for NULL or error.
Eric W. Biederman
2014-01-26
1
-1
/
+1
*
Fix race when checking i_size on direct i/o read
Steven Whitehouse
2014-01-26
1
-0
/
+3
*
hfsplus: remove can_set_xattr
Christoph Hellwig
2014-01-26
1
-84
/
+3
*
nfsd: use get_acl and ->set_acl
Christoph Hellwig
2014-01-26
7
-347
/
+173
*
fs: remove generic_acl
Christoph Hellwig
2014-01-26
4
-190
/
+37
*
nfs: use generic posix ACL infrastructure for v3 Posix ACLs
Christoph Hellwig
2014-01-26
4
-264
/
+110
*
gfs2: use generic posix ACL infrastructure
Christoph Hellwig
2014-01-26
4
-214
/
+62
*
jfs: use generic posix ACL infrastructure
Christoph Hellwig
2014-01-26
7
-140
/
+89
*
xfs: use generic posix ACL infrastructure
Christoph Hellwig
2014-01-26
5
-171
/
+36
*
reiserfs: use generic posix ACL infrastructure
Christoph Hellwig
2014-01-26
5
-161
/
+35
*
ocfs2: use generic posix ACL infrastructure
Christoph Hellwig
2014-01-26
7
-250
/
+72
*
jffs2: use generic posix ACL infrastructure
Christoph Hellwig
2014-01-26
7
-143
/
+24
*
hfsplus: use generic posix ACL infrastructure
Christoph Hellwig
2014-01-26
6
-162
/
+26
*
f2fs: use generic posix ACL infrastructure
Christoph Hellwig
2014-01-26
7
-170
/
+31
*
ext2/3/4: use generic posix ACL infrastructure
Christoph Hellwig
2014-01-26
21
-605
/
+100
*
btrfs: use generic posix ACL infrastructure
Christoph Hellwig
2014-01-26
5
-135
/
+28
*
fs: make posix_acl_create more useful
Christoph Hellwig
2014-01-26
16
-20
/
+69
*
fs: make posix_acl_chmod more useful
Christoph Hellwig
2014-01-26
15
-17
/
+41
*
fs: add generic xattr_acl handlers
Christoph Hellwig
2014-01-26
1
-0
/
+102
*
fs: add get_acl helper
Christoph Hellwig
2014-01-26
2
-21
/
+30
*
fs: merge xattr_acl.c into posix_acl.c
Christoph Hellwig
2014-01-26
3
-188
/
+174
*
reiserfs: prefix ACL symbols with reiserfs_
Christoph Hellwig
2014-01-26
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-18
2
-2
/
+7
|
\
|
*
vfs: Fix a regression in mounting proc
Eric W. Biederman
2013-11-27
1
-1
/
+1
|
*
vfs: In d_path don't call d_dname on a mount point
Eric W. Biederman
2013-11-27
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-13
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
[next]