Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | [GFS2] Fix GFS2's use of do_div() in its quota calculations | David Howells | 2008-07-11 | 1 | -1/+1 | |
| | * | | | | | | [GFS2] Remove unused declaration | Li Xiaodong | 2008-07-10 | 1 | -1/+0 | |
| | * | | | | | | [GFS2] Remove support for unused and pointless flag | Steven Whitehouse | 2008-07-10 | 5 | -26/+2 | |
| | * | | | | | | [GFS2] Replace rgrp "recent list" with mru list | Steven Whitehouse | 2008-07-10 | 3 | -99/+12 | |
| | * | | | | | | [GFS2] Allow local DF locks when holding a cached EX glock | Steven Whitehouse | 2008-07-07 | 1 | -2/+6 | |
| | * | | | | | | [GFS2] Fix delayed demote race | Steven Whitehouse | 2008-07-07 | 1 | -1/+4 | |
| | * | | | | | | [GFS2] don't call permission() | Miklos Szeredi | 2008-07-03 | 4 | -13/+30 | |
| | * | | | | | | [GFS2] Fix module building | Steven Whitehouse | 2008-06-27 | 2 | -2/+0 | |
| | * | | | | | | [GFS2] Remove all_list from lock_dlm | Steven Whitehouse | 2008-06-27 | 3 | -30/+1 | |
| | * | | | | | | [GFS2] Remove obsolete conversion deadlock avoidance code | Steven Whitehouse | 2008-06-27 | 1 | -22/+1 | |
| | * | | | | | | [GFS2] Remove remote lock dropping code | Steven Whitehouse | 2008-06-27 | 10 | -69/+6 | |
| | * | | | | | | [GFS2] kernel panic mounting volume | Bob Peterson | 2008-06-27 | 1 | -1/+1 | |
| | * | | | | | | [GFS2] Revise readpage locking | Steven Whitehouse | 2008-06-27 | 1 | -13/+16 | |
| | * | | | | | | [GFS2] Fix ordering of args for list_add | Steven Whitehouse | 2008-06-27 | 1 | -1/+1 | |
| | * | | | | | | [GFS2] trivial sparse lock annotations | Harvey Harrison | 2008-06-27 | 2 | -0/+4 | |
| | * | | | | | | [GFS2] No lock_nolock | Steven Whitehouse | 2008-06-27 | 8 | -266/+71 | |
| | * | | | | | | [GFS2] Fix ordering bug in lock_dlm | Steven Whitehouse | 2008-06-27 | 4 | -387/+306 | |
| | * | | | | | | [GFS2] Clean up the glock core | Steven Whitehouse | 2008-06-27 | 13 | -1049/+736 | |
| | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2008-07-15 | 26 | -965/+2646 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ext4: do not set extents feature from the kernel | Eric Sandeen | 2008-07-12 | 2 | -9/+18 | |
| | * | | | | | | ext4: Don't allow nonextenst mount option for large filesystem | Aneesh Kumar K.V | 2008-07-12 | 1 | -0/+15 | |
| | * | | | | | | ext4: Enable delalloc by default. | Aneesh Kumar K.V | 2008-07-12 | 1 | -1/+22 | |
| | * | | | | | | ext4: delayed allocation i_blocks fix for stat | Mingming Cao | 2008-07-12 | 3 | -0/+29 | |
| | * | | | | | | ext4: fix delalloc i_disksize early update issue | Mingming Cao | 2008-07-12 | 1 | -16/+47 | |
| | * | | | | | | ext4: Handle page without buffers in ext4_*_writepage() | Aneesh Kumar K.V | 2008-07-12 | 1 | -45/+124 | |
| | * | | | | | | ext4: Add ordered mode support for delalloc | Aneesh Kumar K.V | 2008-07-12 | 2 | -10/+58 | |
| | * | | | | | | ext4: Invert lock ordering of page_lock and transaction start in delalloc | Mingming Cao | 2008-07-12 | 2 | -59/+152 | |
| | * | | | | | | ext4: delayed allocation ENOSPC handling | Mingming Cao | 2008-07-14 | 9 | -50/+257 | |
| | * | | | | | | percpu_counter: new function percpu_counter_sum_and_set | Mingming Cao | 2008-07-12 | 1 | -1/+1 | |
| | * | | | | | | ext4: Add delayed allocation support in data=writeback mode | Alex Tomas | 2008-07-12 | 3 | -6/+700 | |
| | * | | | | | | vfs: add hooks for ext4's delayed allocation support | Alex Tomas | 2008-07-12 | 2 | -11/+10 | |
| | * | | | | | | jbd2: Remove data=ordered mode support using jbd buffer heads | Jan Kara | 2008-07-12 | 4 | -426/+14 | |
| | * | | | | | | ext4: Use new framework for data=ordered mode in JBD2 | Jan Kara | 2008-07-12 | 4 | -112/+59 | |
| | * | | | | | | jbd2: Implement data=ordered mode handling via inodes | Jan Kara | 2008-07-12 | 3 | -0/+228 | |
| | * | | | | | | ext4: Fix lock inversion in ext4_ext_truncate() | Jan Kara | 2008-07-12 | 1 | -3/+4 | |
| | * | | | | | | ext4: Invert the locking order of page_lock and transaction start | Jan Kara | 2008-07-12 | 3 | -156/+155 | |
| | * | | | | | | vfs: Move mark_inode_dirty() from under page lock in generic_write_end() | Jan Kara | 2008-07-12 | 1 | -1/+11 | |
| | * | | | | | | ext4: Use page_mkwrite vma_operations to get mmap write notification. | Aneesh Kumar K.V | 2008-07-12 | 3 | -1/+80 | |
| | * | | | | | | ext4: fix online resize with mballoc | Frederic Bohe | 2008-07-12 | 3 | -56/+234 | |
| | * | | | | | | ext4: use atomic functions to set bh_state | Eric Sandeen | 2008-07-12 | 1 | -4/+3 | |
| | * | | | | | | ext4: Set journal pointer to NULL when journal is released | Jan Kara | 2008-07-12 | 1 | -0/+2 | |
| | * | | | | | | ext4: mballoc avoid use root reserved blocks for non root allocation | Mingming Cao | 2008-07-12 | 3 | -19/+41 | |
| | * | | | | | | ext4: call blkdev_issue_flush on fsync | Eric Sandeen | 2008-07-12 | 1 | -0/+4 | |
| | * | | | | | | ext4: cleanup block allocator | Aneesh Kumar K.V | 2008-07-12 | 5 | -59/+84 | |
| | * | | | | | | ext4: Use inode preallocation with -o noextents | Aneesh Kumar K.V | 2008-07-12 | 5 | -24/+95 | |
| | * | | | | | | ext4: fix ext4_init_block_bitmap() for metablock block group | Akinobu Mita | 2008-07-12 | 1 | -6/+1 | |
| | * | | | | | | ext4: Fix sparse warning | Aneesh Kumar K.V | 2008-07-12 | 2 | -3/+3 | |
| | * | | | | | | ext4: cleanup never-used magic numbers from htree code | Li Zefan | 2008-07-12 | 1 | -2/+2 | |
| | * | | | | | | ext4: Fix ext4_ext_journal_restart() to reflect errors up to the caller | Shen Feng | 2008-07-12 | 1 | -11/+8 | |
| | * | | | | | | ext4: Make ext4_ext_find_extent fills ext_path completely | Shen Feng | 2008-07-12 | 1 | -1/+4 |