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
2013-08-21
sysfs: add sysfs_create/remove_groups()
Greg Kroah-Hartman
1
-0
/
+54
2013-08-21
[SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal
Roland Dreier
1
-5
/
+15
2013-08-19
proc: more readdir conversion bug-fixes
Linus Torvalds
1
-1
/
+1
2013-08-19
pstore/ram: Read and write to the 'compressed' flag of pstore
Aruna Balakrishnaiah
1
-8
/
+28
2013-08-19
pstore: Add file extension to pstore file if compressed
Aruna Balakrishnaiah
3
-6
/
+10
2013-08-19
pstore: Add decompression support to pstore
Aruna Balakrishnaiah
1
-2
/
+51
2013-08-19
pstore: Introduce new argument 'compressed' in the read callback
Aruna Balakrishnaiah
2
-2
/
+5
2013-08-19
pstore: Add compression support to pstore
Aruna Balakrishnaiah
1
-9
/
+139
2013-08-19
pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is selected
Aruna Balakrishnaiah
1
-0
/
+2
2013-08-19
pstore: Add new argument 'compressed' in pstore write callback
Aruna Balakrishnaiah
2
-4
/
+5
2013-08-19
pstore: d_alloc_name() doesn't return an ERR_PTR
Dan Carpenter
1
-2
/
+1
2013-08-19
proc: return on proc_readdir error
Richard Genoud
1
-1
/
+3
2013-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes
Linus Torvalds
4
-11
/
+23
2013-08-19
GFS2: Check for glock already held in gfs2_getxattr
Steven Whitehouse
1
-0
/
+4
2013-08-19
GFS2: alloc_workqueue() doesn't return an ERR_PTR
Dan Carpenter
1
-4
/
+4
2013-08-19
GFS2: don't overrun reserved revokes
Benjamin Marzinski
1
-5
/
+13
2013-08-19
GFS2: WQ_NON_REENTRANT is meaningless and going away
Tejun Heo
1
-1
/
+1
2013-08-19
GFS2: Fix typo in gfs2_create_inode()
Steven Whitehouse
1
-1
/
+1
2013-08-17
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
4
-21
/
+52
2013-08-17
ext4: fix lost truncate due to race with writeback
Jan Kara
2
-9
/
+32
2013-08-17
ext4: simplify truncation code in ext4_setattr()
Jan Kara
1
-60
/
+49
2013-08-17
ext4: fix ext4_writepages() in presence of truncate
Jan Kara
1
-41
/
+66
2013-08-17
ext4: move test whether extent to map can be extended to one place
Jan Kara
1
-20
/
+29
2013-08-17
ext4: fix warning in ext4_da_update_reserve_space()
Jan Kara
3
-5
/
+20
2013-08-17
quota: provide interface for readding allocated space into reserved space
Jan Kara
2
-2
/
+55
2013-08-16
ext4: avoid reusing recently deleted inodes in no journal mode
Theodore Ts'o
1
-0
/
+51
2013-08-16
ext4: allocate delayed allocation blocks before rename
Theodore Ts'o
1
-5
/
+7
2013-08-16
ext4: start handle at least possible moment when renaming files
Theodore Ts'o
1
-10
/
+13
2013-08-16
ext4: add support for extent pre-caching
Theodore Ts'o
4
-29
/
+136
2013-08-16
ext4: cache all of an extent tree's leaf block upon reading
Theodore Ts'o
6
-31
/
+114
2013-08-16
ext4: use unsigned int for es_status values
Theodore Ts'o
3
-26
/
+33
2013-08-16
ext4: print the block number of invalid extent tree blocks
Theodore Ts'o
1
-12
/
+12
2013-08-16
ext4: refactor code to read the extent tree block
Theodore Ts'o
1
-54
/
+43
2013-08-16
jbd2: Fix oops in jbd2_journal_file_inode()
Jan Kara
3
-17
/
+48
2013-08-16
Fix TLB gather virtual address range invalidation corner cases
Linus Torvalds
1
-2
/
+2
2013-08-15
jfs: fix readdir cookie incompatibility with NFSv4
Dave Kleikamp
1
-8
/
+23
2013-08-13
fs/proc/task_mmu.c: fix buffer overflow in add_page_map()
yonghua zheng
1
-4
/
+4
2013-08-13
ocfs2: fix null pointer dereference in ocfs2_dir_foreach_blk_id()
Jeff Liu
1
-3
/
+1
2013-08-13
ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_page
Tiger Yang
5
-53
/
+16
2013-08-13
ocfs2: Revert 40bd62e to avoid regression in extended allocation
Jie Liu
1
-1
/
+1
2013-08-13
hugetlb: fix lockdep splat caused by pmd sharing
Michal Hocko
1
-0
/
+10
2013-08-13
mm: save soft-dirty bits on file pages
Cyrill Gorcunov
1
-0
/
+2
2013-08-13
mm: save soft-dirty bits on swapped pages
Cyrill Gorcunov
1
-6
/
+15
2013-08-12
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
11
-51
/
+98
2013-08-12
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-4
/
+21
2013-08-12
dlm: remove signal blocking
David Teigland
1
-19
/
+6
2013-08-12
jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()
Jan Kara
1
-4
/
+4
2013-08-12
ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOT
Theodore Ts'o
1
-2
/
+4
2013-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
8
-68
/
+119
2013-08-10
Merge tag 'nfs-for-3.11-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
5
-14
/
+27
[prev]
[next]