Age | Commit message (Expand) | Author | Files | Lines |
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-02-20 | Ocfs2: Using macro to set/clear *FILLED* flags in info handler. | Tristan Ye | 1 | -8/+30 |
2011-02-20 | ocfs2: optimize ocfs2_check_dir_entry() with unlikely() annotations | Tao Ma | 1 | -5/+7 |
2011-02-20 | ocfs2: Use hrtimer to track ocfs2 fs lock stats | Sunil Mushran | 2 | -56/+64 |
2011-02-20 | ocfs2: Check heartbeat mode for kernel stacks only | Mark Fasheh | 1 | -8/+20 |
2011-02-20 | Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a rig... | Tristan Ye | 1 | -2/+5 |
2011-02-20 | ocfs2: Fix estimate of necessary credits for mkdir | Jan Kara | 1 | -3/+3 |
2011-02-15 | Merge branch 'master' into for-next | Jiri Kosina | 3 | -10/+8 |
2011-02-01 | fs/vfs/security: pass last path component to LSM on inode creation | Eric Paris | 4 | -8/+13 |
2011-02-01 | ocfs2: use system_wq instead of ocfs2_quota_wq | Tejun Heo | 3 | -33/+4 |
2011-01-21 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -3/+2 |
2011-01-19 | Kill off warning: ‘inline’ is not at beginning of declaration | Jesper Juhl | 1 | -1/+1 |
2011-01-17 | fallocate should be a file operation | Christoph Hellwig | 1 | -5/+3 |
2011-01-17 | make the feature checks in ->fallocate future proof | Christoph Hellwig | 1 | -0/+2 |
2011-01-17 | ocfs2: Make OCFS2_FS depend on CONFIGFS_FS | Nicholas Bellinger | 1 | -2/+1 |
2011-01-13 | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+1 |
2011-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -12/+8 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2 | -2/+2 |
2011-01-13 | Ocfs2: handle hole punching via fallocate properly | Josef Bacik | 1 | -2/+6 |
2011-01-13 | switch ocfs2, close races | Al Viro | 3 | -10/+2 |
2011-01-12 | quota: Fix deadlock during path resolution | Jan Kara | 1 | -3/+2 |
2011-01-11 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 17 | -532/+842 |
2011-01-08 | ocfs2: Remove unused truncate function from alloc.c | Tao Ma | 2 | -78/+0 |
2011-01-08 | ocfs2/cluster: dereferencing before checking in nst_seq_show() | Dan Carpenter | 1 | -23/+24 |
2011-01-08 | ocfs2: fix build for OCFS2_FS_STATS not enabled | Randy Dunlap | 1 | -0/+2 |
2011-01-08 | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2 | -3/+4 |
2011-01-07 | fs: dcache per-inode inode alias locking | Nick Piggin | 1 | -2/+2 |
2011-01-07 | fs: provide rcu-walk aware permission i_ops | Nick Piggin | 4 | -6/+13 |
2011-01-07 | fs: rcu-walk aware d_revalidate method | Nick Piggin | 1 | -2/+8 |
2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 2 | -7/+7 |
2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 2 | -2/+16 |
2011-01-07 | fs: dcache rationalise dget variants | Nick Piggin | 1 | -1/+1 |
2011-01-07 | fs: dcache remove dcache_lock | Nick Piggin | 1 | -2/+0 |
2011-01-07 | fs: scale inode alias list | Nick Piggin | 1 | -1/+2 |
2011-01-07 | fs: dcache scale d_unhashed | Nick Piggin | 1 | -1/+4 |
2010-12-24 | ocfs2: don't use flush_scheduled_work() | Tejun Heo | 2 | -3/+4 |
2010-12-24 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -28/+81 |
2010-12-23 | ocfs2/cluster: Show o2net timing statistics | Sunil Mushran | 1 | -54/+157 |
2010-12-23 | ocfs2/cluster: Track process message timing stats for each socket | Sunil Mushran | 2 | -0/+17 |
2010-12-23 | ocfs2/cluster: Track send message timing stats for each socket | Sunil Mushran | 2 | -0/+30 |
2010-12-23 | ocfs2/cluster: Use ktime instead of timeval in struct o2net_sock_container | Sunil Mushran | 3 | -62/+76 |
2010-12-23 | ocfs2/cluster: Replace timeval with ktime in struct o2net_send_tracking | Sunil Mushran | 3 | -15/+19 |
2010-12-23 | ocfs2: Add DEBUG_FS dependency | Sunil Mushran | 1 | -1/+1 |
2010-12-23 | ocfs2/dlm: Hard code the values for enums | Sunil Mushran | 1 | -43/+43 |
2010-12-23 | ocfs2/dlm: Minor cleanup | Sunil Mushran | 2 | -27/+15 |