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
2012-12-11
f2fs: update Kconfig and Makefile
Jaegeuk Kim
4
-0
/
+61
2012-12-11
f2fs: move proc files to debugfs
Greg Kroah-Hartman
1
-0
/
+361
2012-12-11
f2fs: add recovery routines for roll-forward
Jaegeuk Kim
1
-0
/
+375
2012-12-11
f2fs: add garbage collection functions
Jaegeuk Kim
2
-0
/
+859
2012-12-11
f2fs: add xattr and acl functionalities
Jaegeuk Kim
4
-0
/
+1056
2012-12-11
f2fs: add core directory operations
Jaegeuk Kim
2
-0
/
+770
2012-12-11
f2fs: add inode operations for special inodes
Jaegeuk Kim
1
-0
/
+504
2012-12-11
f2fs: add core inode operations
Jaegeuk Kim
1
-0
/
+266
2012-12-11
f2fs: add address space operations for data
Jaegeuk Kim
1
-0
/
+701
2012-12-11
f2fs: add file operations
Jaegeuk Kim
1
-0
/
+637
2012-12-11
f2fs: add segment operations
Jaegeuk Kim
1
-0
/
+1798
2012-12-11
f2fs: add node operations
Jaegeuk Kim
1
-0
/
+1763
2012-12-11
f2fs: add checkpoint operations
Jaegeuk Kim
1
-0
/
+792
2012-12-11
f2fs: add super block operations
Jaegeuk Kim
1
-0
/
+656
2012-12-11
f2fs: add superblock and major in-memory structure
Jaegeuk Kim
3
-0
/
+2030
2012-12-08
vfs: fix O_DIRECT read past end of block device
Linus Torvalds
1
-1
/
+17
2012-12-05
vfs: clear to the end of the buffer on partial buffer reads
Dan Carpenter
1
-1
/
+1
2012-12-04
vfs: avoid "attempt to access beyond end of device" warnings
Linus Torvalds
1
-0
/
+52
2012-12-03
Merge branch 'block-dev'
Linus Torvalds
3
-190
/
+71
2012-12-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-10
/
+21
2012-11-30
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-5
/
+4
2012-11-29
fix off-by-one in argument passed by iterate_fd() to callbacks
Al Viro
1
-6
/
+8
2012-11-29
lookup_one_len: don't accept . and ..
Al Viro
1
-0
/
+5
2012-11-29
cifs: get rid of blind d_drop() in readdir
Al Viro
1
-1
/
+4
2012-11-29
nfs_lookup_revalidate(): fix a leak
Al Viro
1
-2
/
+2
2012-11-29
don't do blind d_drop() in nfs_prime_dcache()
Al Viro
1
-1
/
+2
2012-11-29
blkdev_max_block: make private to fs/buffer.c
Linus Torvalds
2
-55
/
+14
2012-11-29
direct-io: don't read inode->i_blkbits multiple times
Linus Torvalds
1
-3
/
+5
2012-11-29
blockdev: remove bd_block_size_semaphore again
Linus Torvalds
1
-101
/
+4
2012-11-29
fs/buffer.c: make block-size be per-page and protected by the page lock
Linus Torvalds
1
-31
/
+48
2012-11-28
CIFS: Fix wrong buffer pointer usage in smb_set_file_info
Pavel Shilovsky
1
-2
/
+1
2012-11-27
cifs: fix writeback race with file that is growing
Jeff Layton
1
-3
/
+3
2012-11-26
Merge branch 'akpm' (Fixes from Andrew)
Linus Torvalds
4
-4
/
+20
2012-11-26
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-0
/
+2
2012-11-26
writeback: put unused inodes to LRU after writeback completion
Jan Kara
3
-2
/
+17
2012-11-26
proc: check vma->vm_file before dereferencing
Stanislav Kinsbursky
1
-2
/
+3
2012-11-23
Merge tag 'for-linus-20121123' of git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-18
/
+21
2012-11-23
jbd: Fix lock ordering bug in journal_unmap_buffer()
Jan Kara
1
-0
/
+2
2012-11-20
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
4
-19
/
+60
2012-11-19
ext3: Avoid underflow of in ext3_trim_fs()
Lukas Czerner
1
-2
/
+3
2012-11-19
reiserfs: Move quota calls out of write lock
Jan Kara
3
-7
/
+25
2012-11-19
reiserfs: Protect reiserfs_quota_write() with write lock
Jan Kara
1
-0
/
+4
2012-11-19
reiserfs: Protect reiserfs_quota_on() with write lock
Jan Kara
1
-3
/
+8
2012-11-19
reiserfs: Fix lock ordering during remount
Jan Kara
1
-7
/
+20
2012-11-18
fanotify: fix FAN_Q_OVERFLOW case of fanotify_read()
Al Viro
1
-1
/
+2
2012-11-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
2012-11-18
Merge tag 'for-linus-v3.7-rc7' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
3
-19
/
+69
2012-11-17
xfs: drop buffer io reference when a bad bio is built
Dave Chinner
1
-2
/
+12
2012-11-17
xfs: fix broken error handling in xfs_vm_writepage
Dave Chinner
1
-15
/
+39
2012-11-17
xfs: fix attr tree double split corruption
Dave Chinner
1
-2
/
+18
[next]