index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2009-01-07
1
-0
/
+32
|
\
|
*
debugfs: add helpers for exporting a size_t simple value
Inaky Perez-Gonzalez
2009-01-07
1
-0
/
+32
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async
Linus Torvalds
2009-01-07
2
-7
/
+23
|
\
\
|
*
|
async: make the final inode deletion an asynchronous event
Arjan van de Ven
2009-01-07
2
-7
/
+23
|
|
/
*
|
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...
Linus Torvalds
2009-01-07
5
-118
/
+134
|
\
\
|
*
|
proc: remove write-only variable in proc_pident_lookup()
WANG Cong
2009-01-05
1
-2
/
+0
|
*
|
proc: fix sparse warning
Hannes Eder
2009-01-05
1
-2
/
+2
|
*
|
proc: add /proc/*/stack
Ken Chen
2009-01-05
1
-0
/
+38
|
*
|
proc: remove '##' usage
Alexey Dobriyan
2009-01-05
1
-93
/
+90
|
*
|
proc: remove useless WARN_ONs
Alexey Dobriyan
2009-01-05
1
-4
/
+0
|
*
|
proc: stop using BKL
Alexey Dobriyan
2009-01-05
4
-17
/
+4
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
Linus Torvalds
2009-01-07
3
-2
/
+3
|
\
\
\
|
*
|
|
GFS2: Fix typo in gfs_page_mkwrite()
Benjamin Marzinski
2009-01-07
1
-1
/
+1
|
*
|
|
GFS2: LSF and LBD are now one and the same
Steven Whitehouse
2009-01-07
1
-1
/
+1
|
*
|
|
GFS2: Set GFP_NOFS when allocating page on write
Steven Whitehouse
2009-01-07
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-01-07
9
-10
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
trivial: fix an -> a typos in documentation and comments
Frederik Schwarzer
2009-01-06
1
-1
/
+1
|
*
|
trivial: fix then -> than typos in comments and documentation
Frederik Schwarzer
2009-01-06
8
-9
/
+9
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2009-01-06
1
-8
/
+3
|
\
\
\
|
*
|
|
block: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-01-06
1
-8
/
+3
|
|
/
/
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2009-01-06
6
-171
/
+693
|
\
\
\
|
*
|
|
fuse: clean up annotations of fc->lock
Harvey Harrison
2008-12-02
2
-5
/
+16
|
*
|
|
fuse: fix sparse warning in ioctl
Miklos Szeredi
2008-12-02
1
-1
/
+1
|
*
|
|
fuse: add fuse_conn->release()
Tejun Heo
2008-11-26
2
-1
/
+10
|
*
|
|
fuse: separate out fuse_conn_init() from new_conn()
Tejun Heo
2008-11-26
2
-57
/
+67
|
*
|
|
fuse: add fuse_ prefix to several functions
Tejun Heo
2008-11-26
5
-52
/
+54
|
*
|
|
fuse: implement poll support
Tejun Heo
2008-11-26
4
-0
/
+172
|
*
|
|
fuse: implement unsolicited notification
Tejun Heo
2008-11-26
1
-2
/
+25
|
*
|
|
fuse: add file kernel handle
Tejun Heo
2008-11-26
4
-4
/
+15
|
*
|
|
fuse: implement ioctl support
Tejun Heo
2008-11-26
1
-0
/
+280
|
*
|
|
fuse: don't let fuse_req->end() put the base reference
Tejun Heo
2008-11-26
3
-7
/
+4
|
*
|
|
fuse: style fixes
Miklos Szeredi
2008-11-26
6
-47
/
+54
*
|
|
|
bfs: check that filesystem fits on the blockdevice
Eric Sesterhenn
2009-01-06
1
-0
/
+12
*
|
|
|
bfs: add some basic sanity checks
Eric Sesterhenn
2009-01-06
1
-0
/
+33
*
|
|
|
fs/exec.c: make do_coredump() void
WANG Cong
2009-01-06
1
-2
/
+2
*
|
|
|
minix: fix add link's wrong position calculation
Evgeniy Dushistov
2009-01-06
1
-1
/
+1
*
|
|
|
autofs4: fix string validation check order
Ian Kent
2009-01-06
1
-6
/
+7
*
|
|
|
autofs4: make autofs type usage explicit
Ian Kent
2009-01-06
5
-17
/
+15
*
|
|
|
autofs4: fix var shadowed by local delaration
Ian Kent
2009-01-06
1
-3
/
+3
*
|
|
|
autofs4: improve parameter usage
Ian Kent
2009-01-06
1
-25
/
+29
*
|
|
|
fs/ecryptfs/inode.c: cleanup kerneldoc
Qinghuang Feng
2009-01-06
1
-2
/
+1
*
|
|
|
eCryptfs: Clean up ecryptfs_decode_from_filename()
Michael Halcrow
2009-01-06
1
-27
/
+24
*
|
|
|
eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()
Michael Halcrow
2009-01-06
1
-0
/
+11
*
|
|
|
eCryptfs: Fix data types (int/size_t)
Michael Halcrow
2009-01-06
4
-16
/
+16
*
|
|
|
eCryptfs: Replace %Z with %z
Michael Halcrow
2009-01-06
4
-24
/
+24
*
|
|
|
eCryptfs: Filename Encryption: mount option
Michael Halcrow
2009-01-06
1
-27
/
+99
*
|
|
|
eCryptfs: Filename Encryption: filldir, lookup, and readlink
Michael Halcrow
2009-01-06
4
-242
/
+195
*
|
|
|
eCryptfs: Filename Encryption: Encoding and encryption functions
Michael Halcrow
2009-01-06
1
-0
/
+433
*
|
|
|
eCryptfs: Filename Encryption: Header updates
Michael Halcrow
2009-01-06
2
-14
/
+51
*
|
|
|
eCryptfs: Filename Encryption: Tag 70 packets
Michael Halcrow
2009-01-06
3
-70
/
+613
[next]