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
*
vfs: do_last(): clean up labels
Miklos Szeredi
2012-07-14
1
-5
/
+5
*
vfs: do_last(): clean up error handling
Miklos Szeredi
2012-07-14
1
-15
/
+8
*
vfs: remove open intents from nameidata
Miklos Szeredi
2012-07-14
3
-139
/
+48
*
9p: implement i_op->atomic_open()
Miklos Szeredi
2012-07-14
2
-84
/
+137
*
ceph: implement i_op->atomic_open()
Miklos Szeredi
2012-07-14
3
-38
/
+56
*
ceph: remove unused arg from ceph_lookup_open()
Miklos Szeredi
2012-07-14
3
-6
/
+4
*
cifs: implement i_op->atomic_open()
Miklos Szeredi
2012-07-14
3
-198
/
+247
*
fuse: implement i_op->atomic_open()
Miklos Szeredi
2012-07-14
1
-27
/
+67
*
nfs: don't use intents for checking atomic open
Miklos Szeredi
2012-07-14
1
-20
/
+4
*
nfs: don't use nd->intent.open.flags
Miklos Szeredi
2012-07-14
1
-5
/
+4
*
nfs: clean up ->create in nfs_rpc_ops
Miklos Szeredi
2012-07-14
4
-69
/
+14
*
nfs: implement i_op->atomic_open()
Miklos Szeredi
2012-07-14
1
-86
/
+97
*
vfs: add i_op->atomic_open()
Miklos Szeredi
2012-07-14
3
-2
/
+248
*
vfs: lookup_open(): expand lookup_hash()
Miklos Szeredi
2012-07-14
1
-1
/
+11
*
vfs: add lookup_open()
Miklos Szeredi
2012-07-14
1
-38
/
+61
*
vfs: do_last(): common slow lookup
Miklos Szeredi
2012-07-14
1
-22
/
+5
*
vfs: do_last(): separate O_CREAT specific code
Miklos Szeredi
2012-07-14
1
-16
/
+17
*
vfs: do_last(): inline lookup_slow()
Miklos Szeredi
2012-07-14
1
-2
/
+15
*
namei.c: let follow_link() do put_link() on failure
Al Viro
2012-07-14
1
-33
/
+41
*
coda: use list_for_each_entry
Al Viro
2012-07-14
1
-7
/
+3
*
vfs: switch i_dentry/d_alias to hlist
Al Viro
2012-07-14
11
-26
/
+34
*
ext4: get rid of open-coded d_find_any_alias()
Al Viro
2012-07-14
1
-8
/
+1
*
ocfs2: use list_for_each_entry in ocfs2_find_local_alias()
Al Viro
2012-07-14
1
-11
/
+5
*
affs: unobfuscate affs_fix_dcache()
Al Viro
2012-07-14
1
-6
/
+8
*
affs: get rid of open-coded list_for_each_entry()
Al Viro
2012-07-14
1
-6
/
+1
*
adfs: don't bother with ->i_dentry in ->destroy_inode()
Al Viro
2012-07-14
1
-1
/
+0
*
cifs: don't bother with ->i_dentry in ->destroy_inode()
Al Viro
2012-07-14
1
-1
/
+0
*
qnx6: don't bother with ->i_dentry in inode-freeing callback
Al Viro
2012-07-14
1
-1
/
+0
*
get rid of magic in proc_namespace.c
Al Viro
2012-07-14
3
-8
/
+9
*
get rid of ->mnt_longterm
Al Viro
2012-07-14
5
-72
/
+26
*
fs/direct-io.c: adjust suspicious bit operation
Julia Lawall
2012-07-14
1
-1
/
+1
*
affs: get rid of affs_sync_super
Artem Bityutskiy
2012-07-14
3
-13
/
+45
*
affs: introduce VFS superblock object back-reference
Artem Bityutskiy
2012-07-14
2
-0
/
+2
*
affs: stop using lock_super
Artem Bityutskiy
2012-07-14
1
-2
/
+3
*
affs: re-structure superblock locking a bit
Artem Bityutskiy
2012-07-14
1
-5
/
+2
*
affs: remove useless superblock writeout on remount
Artem Bityutskiy
2012-07-14
1
-3
/
+2
*
affs: remove useless superblock writeout on unmount
Artem Bityutskiy
2012-07-14
1
-3
/
+0
*
affs: stop setting bm_flags
Artem Bityutskiy
2012-07-14
1
-5
/
+4
*
Merge tag 'nfs-for-3.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2012-07-13
2
-1
/
+7
|
\
|
*
NFSv4: Fix an NFSv4 mount regression
Trond Myklebust
2012-07-10
1
-0
/
+2
|
*
NFS: Fix list manipulation snafus in fs/nfs/direct.c
Trond Myklebust
2012-07-08
1
-1
/
+5
*
|
Remove easily user-triggerable BUG from generic_setlease
Dave Jones
2012-07-13
1
-1
/
+1
*
|
block: fix infinite loop in __getblk_slow
Jeff Moyer
2012-07-13
1
-9
/
+13
*
|
fat: fix non-atomic NFS i_pos read
Steven J. Magnani
2012-07-12
1
-7
/
+6
*
|
fs: ramfs: file-nommu: add SetPageUptodate()
Bob Liu
2012-07-12
1
-0
/
+1
*
|
ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()
Luis Henriques
2012-07-12
1
-1
/
+1
*
|
vfs: make O_PATH file descriptors usable for 'fchdir()'
Linus Torvalds
2012-07-08
1
-3
/
+3
*
|
Merge tag 'ecryptfs-3.5-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2012-07-07
2
-20
/
+30
|
\
\
|
*
|
eCryptfs: Gracefully refuse miscdev file ops on inherited/passed files
Tyler Hicks
2012-07-06
1
-7
/
+16
|
*
|
eCryptfs: Fix lockdep warning in miscdev operations
Tyler Hicks
2012-07-04
1
-12
/
+13
[next]