| Commit message (Expand) | Author | Age | Files | Lines |
* | gfs2: fix d_revalidate oopsen on NFS exports | Al Viro | 2011-03-10 | 1 | -1/+1 |
* | mm: prevent concurrent unmap_mapping_range() on the same inode | Miklos Szeredi | 2011-02-23 | 1 | -8/+1 |
* | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' | Tejun Heo | 2011-02-16 | 2 | -3/+3 |
* | GFS2: Fix error path in gfs2_lookup_by_inum() | Steven Whitehouse | 2011-01-18 | 2 | -51/+22 |
* | GFS2: remove iopen glocks from cache on failed deletes | Benjamin Marzinski | 2011-01-18 | 1 | -0/+1 |
* | fallocate should be a file operation | Christoph Hellwig | 2011-01-17 | 2 | -258/+258 |
* | make the feature checks in ->fallocate future proof | Christoph Hellwig | 2011-01-17 | 1 | -1/+1 |
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-01-13 | 1 | -4/+4 |
|\ |
|
| * | Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/... | Jens Axboe | 2010-11-27 | 1 | -4/+4 |
| |\ |
|
| | * | block: clean up blkdev_get() wrappers and their users | Tejun Heo | 2010-11-13 | 1 | -4/+4 |
| | * | block: make blkdev_get/put() handle exclusive access | Tejun Heo | 2010-11-13 | 1 | -2/+2 |
* | | | Gfs2: fail if we try to use hole punch | Josef Bacik | 2011-01-12 | 1 | -0/+4 |
* | | | switch gfs2, close races | Al Viro | 2011-01-12 | 3 | -14/+3 |
* | | | headers: kobject.h redux | Alexey Dobriyan | 2011-01-10 | 1 | -0/+1 |
* | | | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-01-07 | 10 | -24/+48 |
|\ \ \ |
|
| * | | | fs: provide rcu-walk aware permission i_ops | Nick Piggin | 2011-01-07 | 6 | -13/+20 |
| * | | | fs: rcu-walk aware d_revalidate method | Nick Piggin | 2011-01-07 | 1 | -4/+13 |
| * | | | fs: dcache reduce branches in lookup path | Nick Piggin | 2011-01-07 | 3 | -4/+4 |
| * | | | fs: icache RCU free inodes | Nick Piggin | 2011-01-07 | 1 | -1/+8 |
| * | | | fs: change d_hash for rcu-walk | Nick Piggin | 2011-01-07 | 1 | -1/+2 |
| * | | | fs: change d_delete semantics | Nick Piggin | 2011-01-07 | 1 | -1/+1 |
* | | | | GFS2: Don't flush delete workqueue when releasing the transaction lock | Steven Whitehouse | 2010-12-16 | 1 | -1/+0 |
* | | | | GFS2: fsck.gfs2 reported statfs error after gfs2_grow | Bob Peterson | 2010-12-07 | 1 | -1/+1 |
* | | | | GFS2: Merge glock state fields into a bitfield | Steven Whitehouse | 2010-11-30 | 3 | -8/+14 |
* | | | | GFS2: Fix uninitialised error value in previous patch | Steven Whitehouse | 2010-11-30 | 1 | -1/+1 |
* | | | | GFS2: fix recursive locking during rindex truncates | Benjamin Marzinski | 2010-11-30 | 3 | -3/+9 |
* | | | | GFS2: reread rindex when necessary to grow rindex | Benjamin Marzinski | 2010-11-30 | 1 | -42/+11 |
* | | | | GFS2: Remove duplicate #defines from glock.h | Steven Whitehouse | 2010-11-30 | 1 | -14/+0 |
* | | | | GFS2: Clean up of gdlm_lock function | Steven Whitehouse | 2010-11-30 | 3 | -40/+17 |
* | | | | GFS2: Allow gfs2 to update quota usage values through the quotactl interface | Abhijith Das | 2010-11-30 | 1 | -2/+11 |
* | | | | GFS2: fs/gfs2/glock.h: Add __attribute__((format(printf,2,3)) to gfs2_print_dbg | Joe Perches | 2010-11-30 | 1 | -0/+2 |
* | | | | GFS2: fs/gfs2/glock.c: Use printf extension %pV | Joe Perches | 2010-11-30 | 1 | -2/+7 |
* | | | | GFS2: Clean up duplicated setattr code | Steven Whitehouse | 2010-11-30 | 2 | -21/+2 |
* | | | | GFS2: Remove unreachable calls to vmtruncate | Steven Whitehouse | 2010-11-30 | 3 | -27/+0 |
* | | | | GFS2: fs/gfs2/glock.c: Convert sprintf_symbol to %pS | Joe Perches | 2010-11-30 | 1 | -8/+7 |
* | | | | GFS2: Change two WQ_RESCUERs into WQ_MEM_RECLAIM | Steven Whitehouse | 2010-11-30 | 1 | -3/+4 |
|/ / / |
|
* | | | GFS2: Userland expects quota limit/warn/usage in 512b blocks | Abhijith Das | 2010-11-19 | 1 | -7/+8 |
|/ / |
|
* | | GFS2: Fix inode deallocation race | Steven Whitehouse | 2010-11-15 | 5 | -216/+98 |
|/ |
|
* | locks: let the caller free file_lock on ->setlease failure | Christoph Hellwig | 2010-10-31 | 1 | -2/+0 |
* | locks: fix setlease methods to free passed-in lock | J. Bruce Fields | 2010-10-30 | 1 | -0/+2 |
* | convert gfs2 | Al Viro | 2010-10-29 | 1 | -29/+22 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-10-26 | 4 | -8/+5 |
|\ |
|
| * | new helper: ihold() | Al Viro | 2010-10-25 | 1 | -1/+1 |
| * | gfs2: invalidate_inodes() is no-op there | Al Viro | 2010-10-25 | 2 | -2/+0 |
| * | fs: kill block_prepare_write | Christoph Hellwig | 2010-10-25 | 2 | -5/+4 |
* | | writeback: remove nonblocking/encountered_congestion references | Wu Fengguang | 2010-10-26 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2010-10-22 | 1 | -1/+1 |
|\ |
|
| * | workqueue: add and use WQ_MEM_RECLAIM flag | Tejun Heo | 2010-10-11 | 1 | -1/+1 |
* | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-22 | 2 | -18/+7 |
|\ \ |
|
| * \ | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier | Jens Axboe | 2010-10-19 | 1 | -1/+1 |
| |\ \
| | |/ |
|