| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 4 | -6/+6 |
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-03-24 | 1 | -1/+0 |
|\ |
|
| * | block: remove per-queue plugging | Jens Axboe | 2011-03-10 | 1 | -1/+0 |
* | | userns: rename is_owner_or_cap to inode_owner_or_capable | Serge E. Hallyn | 2011-03-23 | 2 | -3/+3 |
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2011-03-20 | 1 | -3/+1 |
|\ \ |
|
| * | | fs: change to new flag variable | matt mooney | 2011-03-17 | 1 | -3/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2011-03-16 | 2 | -5/+7 |
|\ \ \ |
|
| * \ \ | Merge branch 'next' into for-linus | James Morris | 2011-03-16 | 2 | -5/+7 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 2011-03-08 | 2 | -5/+7 |
| | |\ \ |
|
| | | * | | fs/vfs/security: pass last path component to LSM on inode creation | Eric Paris | 2011-02-01 | 2 | -5/+7 |
* | | | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2011-03-16 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | reiserfs: make commit_wq use the default concurrency level | Tejun Heo | 2011-02-01 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | fs: Remove i_nlink check from file system link callback | Aneesh Kumar K.V | 2011-03-15 | 1 | -4/+0 |
* | | | | | exportfs: Return the minimum required handle size | Aneesh Kumar K.V | 2011-03-14 | 1 | -1/+6 |
| |/ / /
|/| | | |
|
* | | | | reiserfs xattr ->d_revalidate() shouldn't care about RCU | Al Viro | 2011-03-10 | 1 | -2/+0 |
| |/ /
|/| | |
|
* | | | fix reiserfs mkdir() breakage | Al Viro | 2011-03-03 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2011-01-21 | 1 | -11/+6 |
|\ \ |
|
| * | | quota: Fix deadlock during path resolution | Jan Kara | 2011-01-12 | 1 | -11/+6 |
| |/ |
|
* | | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-01-13 | 1 | -14/+7 |
|\ \ |
|
| * | | block: clean up blkdev_get() wrappers and their users | Tejun Heo | 2010-11-13 | 1 | -3/+3 |
| * | | block: make blkdev_get/put() handle exclusive access | Tejun Heo | 2010-11-13 | 1 | -12/+5 |
* | | | reiserfs: make sure va_end() is always called after va_start(). | Jesper Juhl | 2011-01-13 | 1 | -2/+2 |
| |/
|/| |
|
* | | fs: provide rcu-walk aware permission i_ops | Nick Piggin | 2011-01-07 | 1 | -4/+10 |
* | | fs: rcu-walk aware d_revalidate method | Nick Piggin | 2011-01-07 | 1 | -0/+2 |
* | | fs: dcache reduce branches in lookup path | Nick Piggin | 2011-01-07 | 1 | -1/+1 |
* | | fs: icache RCU free inodes | Nick Piggin | 2011-01-07 | 1 | -1/+8 |
* | | reiserfs: don't acquire lock recursively in reiserfs_acl_chmod | Frederic Weisbecker | 2010-12-02 | 1 | -2/+4 |
* | | reiserfs: fix inode mutex - reiserfs lock misordering | Frederic Weisbecker | 2010-11-25 | 1 | -4/+3 |
* | | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 4 | -4/+0 |
|/ |
|
* | new helper: mount_bdev() | Al Viro | 2010-10-29 | 1 | -5/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-10-26 | 4 | -23/+16 |
|\ |
|
| * | new helper: ihold() | Al Viro | 2010-10-25 | 1 | -1/+1 |
| * | new helper: inode_unhashed() | Al Viro | 2010-10-25 | 1 | -1/+1 |
| * | fs: kill block_prepare_write | Christoph Hellwig | 2010-10-25 | 3 | -21/+14 |
* | | writeback: remove nonblocking/encountered_congestion references | Wu Fengguang | 2010-10-26 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 2 | -3/+5 |
|\ |
|
| * | Update broken web addresses in the kernel. | Justin P. Mattock | 2010-10-18 | 2 | -3/+5 |
* | | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier | Jens Axboe | 2010-10-19 | 1 | -3/+4 |
|\ \ |
|
| * | | reiserfs: fix unwanted reiserfs lock recursion | Frederic Weisbecker | 2010-10-01 | 1 | -2/+3 |
| * | | reiserfs: fix dependency inversion between inode and reiserfs mutexes | Frederic Weisbecker | 2010-10-01 | 1 | -1/+1 |
* | | | block: remove BLKDEV_IFL_WAIT | Christoph Hellwig | 2010-09-16 | 1 | -2/+1 |
* | | | reiserfs: replace barriers with explicit flush / FUA usage | Christoph Hellwig | 2010-09-10 | 1 | -86/+20 |
|/ / |
|
* | | remove SWRITE* I/O types | Christoph Hellwig | 2010-08-18 | 1 | -1/+1 |
* | | fix reiserfs_evict_inode end_writeback second call | Sergey Senozhatsky | 2010-08-18 | 1 | -0/+1 |
* | | reiserfs: remove unused local `wait' | Changli Gao | 2010-08-11 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-10 | 3 | -83/+111 |
|\ |
|
| * | convert reiserfs to ->evict_inode() | Al Viro | 2010-08-09 | 2 | -10/+11 |
| * | always call inode_change_ok early in ->setattr | Christoph Hellwig | 2010-08-09 | 1 | -4/+4 |
| * | remove inode_setattr | Christoph Hellwig | 2010-08-09 | 1 | -45/+52 |
| * | introduce __block_write_begin | Christoph Hellwig | 2010-08-09 | 1 | -2/+1 |