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-02-21
ocfs2: remove NAMEI from symlink.c
Tao Ma
1
-1
/
+0
2011-02-23
ocfs2: Remove masklog ML_QUOTA.
Tao Ma
4
-14
/
+90
2011-02-23
ocfs2: Remove mlog(0) from quota_local.c.
Tao Ma
2
-6
/
+17
2011-02-23
ocfs2: Remove masklog ML_RESERVATIONS.
Tao Ma
4
-33
/
+142
2011-02-23
ocfs2: Remove masklog ML_XATTR.
Tao Ma
4
-80
/
+239
2011-02-23
ocfs2: Remove masklog ML_SUPER.
Tao Ma
4
-21
/
+118
2011-02-23
ocfs2: Remove mlog(0) from fs/ocfs2/heartbeat.c
Tao Ma
2
-2
/
+9
2011-02-22
ocfs2: Remove mlog(0) from fs/ocfs2/slot_map.c
Tao Ma
2
-8
/
+16
2011-02-22
ocfs2: Remove masklog ML_EXTENT_MAP.
Tao Ma
4
-5
/
+31
2011-02-22
ocfs2: Remove masklog ML_INODE.
Tao Ma
4
-63
/
+182
2011-02-21
ocfs2: Little refactoring against ocfs2_iget.
Tao Ma
1
-5
/
+5
2011-02-22
ocfs2: Remove mlog(0) from fs/ocfs2/file.c
Tao Ma
3
-98
/
+330
2011-02-21
ocfs2: remove INODE from unused files.
Tao Ma
3
-3
/
+0
2011-02-22
ocfs2: Remove FILE_IO from masklog.
Tao Ma
4
-6
/
+28
2011-02-22
ocfs2: Remove mlog(0) from fs/ocfs2/aops.c
Tao Ma
2
-26
/
+153
2011-02-22
ocfs2: Remove masklog ML_REFCOUNT.
Tao Ma
4
-82
/
+341
2011-02-22
ocfs2: Remove DISK_ALLOC from masklog.
Tao Ma
6
-6
/
+0
2011-02-22
ocfs2: Remove mlog(0) from fs/ocfs2/suballoc.c
Tao Ma
2
-5
/
+17
2011-02-22
ocfs2: Remove mlog(0) from fs/ocfs2/suballoc.c
Tao Ma
2
-54
/
+265
2011-02-22
ocfs2: Remove mlog(0) from fs/ocfs2/localalloc.c
Tao Ma
2
-34
/
+135
2011-02-22
ocfs2: Remove mlog(0) from fs/ocfs2/alloc.c
Tao Ma
2
-77
/
+452
2011-02-21
ocfs2: Add ocfs2_trace.h.
Wengang Wang
2
-0
/
+19
2011-03-07
ocfs2: Remove EXIT from masklog.
Tao Ma
27
-315
/
+159
2011-02-21
ocfs2: Remove ENTRY from masklog.
Tao Ma
31
-418
/
+161
2011-03-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
33
-1076
/
+1337
2011-03-15
VFS: Fix the nfs sillyrename regression in kernel 2.6.38
Trond Myklebust
1
-1
/
+6
2011-03-15
dcache.c: create helper function for duplicated functionality
Linus Torvalds
1
-51
/
+37
2011-03-15
tidy the trailing symlinks traversal up
Al Viro
1
-45
/
+26
2011-03-15
Turn resolution of trailing symlinks iterative everywhere
Al Viro
1
-54
/
+50
2011-03-15
simplify link_path_walk() tail
Al Viro
1
-7
/
+1
2011-03-15
Make trailing symlink resolution in path_lookupat() iterative
Al Viro
1
-10
/
+53
2011-03-15
update nd->inode in __do_follow_link() instead of after do_follow_link()
Al Viro
1
-3
/
+2
2011-03-15
pull handling of one pathname component into a helper
Al Viro
1
-68
/
+55
2011-03-15
fs: allow AT_EMPTY_PATH in linkat(), limit that to CAP_DAC_READ_SEARCH
Aneesh Kumar K.V
1
-4
/
+16
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
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
[next]