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
2014-01-16
f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH)
Changman Lee
1
-1
/
+1
2014-01-16
f2fs: avoid f2fs_balance_fs call during pageout
Jaegeuk Kim
1
-1
/
+3
2014-01-16
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+9
2014-01-15
GFS2: Fix kbuild test robot reported warning
Steven Whitehouse
1
-0
/
+1
2014-01-15
nilfs2: fix segctor bug that causes file system corruption
Andreas Rohner
1
-4
/
+6
2014-01-14
GFS2: Move quota bitmap operations under their own lock
Steven Whitehouse
3
-8
/
+10
2014-01-14
GFS2: Clean up quota slot allocation
Steven Whitehouse
2
-73
/
+30
2014-01-14
GFS2: Only run logd and quota when mounted read/write
Steven Whitehouse
3
-68
/
+41
2014-01-14
GFS2: Use RCU/hlist_bl based hash for quotas
Steven Whitehouse
4
-48
/
+126
2014-01-14
GFS2: No need to invalidate pages for a dio read
Steven Whitehouse
1
-2
/
+3
2014-01-14
kernfs: fix get_active failure handling in kernfs_seq_*()
Tejun Heo
1
-7
/
+44
2014-01-14
f2fs: add delimiter to seperate name and value in debug phrase
Changman Lee
1
-4
/
+4
2014-01-14
f2fs: use spinlock rather than mutex for better speed
Gu Zheng
2
-13
/
+13
2014-01-14
f2fs: move alloc new orphan node out of lock protection region
Gu Zheng
1
-6
/
+9
2014-01-14
f2fs: move grabing orphan pages out of protection region
Gu Zheng
1
-7
/
+9
2014-01-14
f2fs: remove the needless parameter of f2fs_wait_on_page_writeback
Yuan Zhong
6
-7
/
+7
2014-01-13
Revert "kernfs: fix get_active failure handling in kernfs_seq_*()"
Greg Kroah-Hartman
1
-44
/
+7
2014-01-13
Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivat...
Greg Kroah-Hartman
1
-11
/
+16
2014-01-13
Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()"
Greg Kroah-Hartman
1
-20
/
+11
2014-01-13
Revert "kernfs: remove KERNFS_REMOVED"
Greg Kroah-Hartman
4
-60
/
+42
2014-01-13
Revert "kernfs: restructure removal path to fix possible premature return"
Greg Kroah-Hartman
1
-86
/
+53
2014-01-13
Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()"
Greg Kroah-Hartman
3
-35
/
+14
2014-01-13
Revert "kernfs: remove kernfs_addrm_cxt"
Greg Kroah-Hartman
4
-29
/
+117
2014-01-13
Revert "kernfs: make kernfs_get_active() block if the node is deactivated but...
Greg Kroah-Hartman
1
-21
/
+4
2014-01-13
Revert "kernfs: implement kernfs_{de|re}activate[_self]()"
Greg Kroah-Hartman
1
-117
/
+1
2014-01-13
Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...
Greg Kroah-Hartman
2
-95
/
+0
2014-01-13
Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...
Greg Kroah-Hartman
1
-0
/
+92
2014-01-13
Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()"
Greg Kroah-Hartman
1
-0
/
+3
2014-01-11
kernfs: remove unnecessary NULL check in __kernfs_remove()
Tejun Heo
1
-3
/
+0
2014-01-10
sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()
Tejun Heo
1
-92
/
+0
2014-01-11
Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2
-1
/
+2
2014-01-10
kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers
Tejun Heo
2
-0
/
+95
2014-01-10
kernfs: implement kernfs_{de|re}activate[_self]()
Tejun Heo
1
-1
/
+117
2014-01-10
kernfs: make kernfs_get_active() block if the node is deactivated but not rem...
Tejun Heo
1
-4
/
+21
2014-01-10
kernfs: remove kernfs_addrm_cxt
Tejun Heo
4
-117
/
+29
2014-01-10
kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()
Tejun Heo
3
-14
/
+35
2014-01-10
kernfs: restructure removal path to fix possible premature return
Tejun Heo
1
-53
/
+86
2014-01-10
kernfs: remove KERNFS_REMOVED
Tejun Heo
4
-42
/
+60
2014-01-10
kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()
Tejun Heo
1
-11
/
+20
2014-01-10
kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq
Tejun Heo
1
-16
/
+11
2014-01-10
kernfs: fix get_active failure handling in kernfs_seq_*()
Tejun Heo
1
-7
/
+44
2014-01-10
xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
Chuansheng Liu
1
-0
/
+1
2014-01-10
xfs: fix off-by-one error in xfs_attr3_rmt_verify
Jie Liu
1
-1
/
+1
2014-01-09
Merge branch 'xfs-extent-list-locking-fixes' into for-next
Ben Myers
13
-69
/
+84
2014-01-09
Merge branch 'xfs-misc' into for-next
Ben Myers
2
-1
/
+2
2014-01-09
xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
Chuansheng Liu
1
-0
/
+1
2014-01-09
GFS2: Add initialization for address space in super block
Steven Whitehouse
1
-0
/
+1
2014-01-08
GFS2: Add hints to directory leaf blocks
Steven Whitehouse
1
-3
/
+37
2014-01-08
GFS2: For exhash conversion, only one block is needed
Steven Whitehouse
1
-0
/
+5
2014-01-08
f2fs: add a sysfs entry to control max_victim_search
Jaegeuk Kim
4
-3
/
+12
[prev]
[next]