index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-15
fs/9p: Add v9fs_inode
Aneesh Kumar K.V
8
-220
/
+184
2011-03-15
fs/9p: Don't set stat.st_blocks based on nrpages
Aneesh Kumar K.V
2
-6
/
+8
2011-03-15
fs/9p: Add inode hashing
Aneesh Kumar K.V
4
-70
/
+124
2011-03-15
fs/9p: We need not writeback dirty pages during close
Aneesh Kumar K.V
1
-1
/
+0
2011-03-15
fs/9p: Implement syncfs call back for 9Pfs
Aneesh Kumar K.V
2
-9
/
+25
2011-03-15
fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached mode
Aneesh Kumar K.V
1
-2
/
+3
2011-03-15
fs/9p: Clarify cached dentry delete operation
Aneesh Kumar K.V
1
-9
/
+4
2011-03-15
fs/9p: Add buffered write support for v9fs.
Aneesh Kumar K.V
2
-19
/
+218
2011-03-15
fs/9p: Add fid to inode in cached mode
Aneesh Kumar K.V
5
-3
/
+83
2011-03-15
fs/9p: Add read write helper function
Aneesh Kumar K.V
2
-42
/
+64
2011-03-15
fs/9p: [fscache] wait for page write in cached mode
Aneesh Kumar K.V
3
-2
/
+27
2011-03-15
fs/9p: increment inode->i_count in cached mode.
Aneesh Kumar K.V
1
-6
/
+1
2011-03-15
fs/9p: set fs cache cookie in create path also
Aneesh Kumar K.V
3
-3
/
+9
2011-03-15
fs/9p: set the cached file_operations struct during inode init
Aneesh Kumar K.V
3
-16
/
+15
2011-03-15
[fs/9p] Make access=client default in 9p2000.L protocol
Venkateswararao Jujjuri (JV)
1
-9
/
+12
2011-03-15
[fs/9P] Add posixacl mount option
Venkateswararao Jujjuri (JV)
4
-12
/
+31
2011-03-15
[fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not defined.
Venkateswararao Jujjuri (JV)
1
-4
/
+2
2011-03-15
[fs/9p] Initialze cached acls both in cached/uncached mode.
Venkateswararao Jujjuri (JV)
1
-4
/
+6
2011-03-15
[fs/9p] Plug potential acl leak
Venkateswararao Jujjuri (JV)
1
-2
/
+6
2011-03-15
GFS2: Don't use _raw version of RCU dereference
Steven Whitehouse
1
-1
/
+1
2011-03-15
Allow passing O_PATH descriptors via SCM_RIGHTS datagrams
Al Viro
1
-0
/
+2
2011-03-15
readlinkat(), fchownat() and fstatat() with empty relative pathnames
Al Viro
2
-6
/
+11
2011-03-15
Allow O_PATH for symlinks
Al Viro
1
-6
/
+19
2011-03-15
New kind of open files - "location only".
Al Viro
4
-17
/
+110
2011-03-15
ext4: Copy fs UUID to superblock
Aneesh Kumar K.V
1
-0
/
+2
2011-03-15
ext3: Copy fs UUID to superblock.
Aneesh Kumar K.V
1
-0
/
+1
2011-03-15
vfs: Export file system uuid via /proc/<pid>/mountinfo
Aneesh Kumar K.V
1
-0
/
+16
2011-03-15
fs: Remove i_nlink check from file system link callback
Aneesh Kumar K.V
6
-42
/
+0
2011-03-15
fs: Don't allow to create hardlink for deleted file
Aneesh Kumar K.V
1
-1
/
+5
2011-03-15
vfs: Add open by file handle support
Aneesh Kumar K.V
4
-0
/
+176
2011-03-15
vfs: Add name to file handle conversion support
Aneesh Kumar K.V
3
-1
/
+110
2011-03-14
New AT_... flag: AT_EMPTY_PATH
Al Viro
1
-10
/
+19
2011-03-14
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
9
-69
/
+109
2011-03-14
Fix corrupted OSF partition table parsing
Timo Warns
1
-2
/
+10
2011-03-14
GFS2: Adding missing unlock_page()
Maxim
1
-0
/
+1
2011-03-14
exportfs: Return the minimum required handle size
Aneesh Kumar K.V
10
-15
/
+52
2011-03-14
clean statfs-like syscalls up
Al Viro
2
-133
/
+91
2011-03-14
open-style analog of vfs_path_lookup()
Al Viro
4
-45
/
+72
2011-03-14
reduce vfs_path_lookup() to do_path_lookup()
Al Viro
1
-52
/
+43
2011-03-14
untangle do_lookup()
Al Viro
1
-85
/
+56
2011-03-14
path_openat: clean ELOOP handling a bit
Al Viro
1
-8
/
+6
2011-03-14
do_last: kill a rudiment of old ->d_revalidate() workaround
Al Viro
1
-5
/
+0
2011-03-14
fold __open_namei_create() and open_will_truncate() into do_last()
Al Viro
1
-48
/
+26
2011-03-14
do_last: unify may_open() call and everyting after it
Al Viro
1
-37
/
+22
2011-03-14
move may_open() from __open_name_create() to do_last()
Al Viro
1
-5
/
+7
2011-03-14
expand finish_open() in its only caller
Al Viro
1
-52
/
+38
2011-03-14
sanitize pathname component hash calculation
Al Viro
1
-23
/
+19
2011-03-14
kill __lookup_one_len()
Al Viro
1
-26
/
+15
2011-03-14
switch non-create side of open() to use of do_last()
Al Viro
1
-33
/
+67
2011-03-14
get rid of nd->file
Al Viro
1
-8
/
+7
[prev]
[next]