| Commit message (Expand) | Author | Age | Files | Lines |
* | jffs2: move jffs2_gcd_mtd threads to the new kthread API | Gerard Lledo | 2009-09-04 | 1 | -7/+13 |
* | JFFS2: add missing verify buffer allocation/deallocation | Massimo Cirillo | 2009-09-03 | 1 | -0/+10 |
* | autofs4 - fix missed case when changing to use struct path | Ian Kent | 2009-09-01 | 1 | -1/+1 |
* | inotify: update the group mask on mark addition | Eric Paris | 2009-08-28 | 1 | -0/+4 |
* | inotify: fix length reporting and size checking | Eric Paris | 2009-08-28 | 1 | -3/+5 |
* | inotify: do not send a block of zeros when no pathname is available | Brian Rogers | 2009-08-28 | 1 | -3/+5 |
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2009-08-27 | 2 | -85/+177 |
|\ |
|
| * | inotify: Ensure we alwasy write the terminating NULL. | Eric W. Biederman | 2009-08-27 | 1 | -7/+6 |
| * | inotify: fix locking around inotify watching in the idr | Eric Paris | 2009-08-27 | 1 | -10/+40 |
| * | inotify: do not BUG on idr entries at inotify destruction | Eric Paris | 2009-08-27 | 1 | -2/+31 |
| * | inotify: seperate new watch creation updating existing watches | Eric Paris | 2009-08-27 | 1 | -69/+103 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2009-08-27 | 4 | -105/+82 |
|\ \ |
|
| * | | 9p: remove unnecessary v9fses->options which duplicates the mount string | Abhishek Kulkarni | 2009-08-17 | 3 | -35/+10 |
| * | | 9p: Add missing cast for the error return value in v9fs_get_inode | Abhishek Kulkarni | 2009-08-17 | 1 | -1/+1 |
| * | | 9p: Remove redundant inode uid/gid assignment | Abhishek Kulkarni | 2009-08-17 | 1 | -5/+0 |
| * | | 9p: Fix possible regressions when ->get_sb fails. | Abhishek Kulkarni | 2009-08-17 | 1 | -4/+7 |
| * | | 9p: Fix v9fs show_options | Abhishek Kulkarni | 2009-08-17 | 1 | -2/+2 |
| * | | 9p: Fix possible memleak in v9fs_inode_from fid. | Abhishek Kulkarni | 2009-08-17 | 1 | -9/+4 |
| * | | 9p: minor comment fixes | Abhishek Kulkarni | 2009-08-17 | 1 | -2/+1 |
| * | | 9p: Fix possible inode leak in v9fs_get_inode. | Abhishek Kulkarni | 2009-08-17 | 1 | -49/+56 |
| * | | 9p: Check for error in return value of v9fs_fid_add | Abhishek Kulkarni | 2009-08-17 | 1 | -1/+4 |
* | | | AFS: Stop readlink() on AFS crashing due to NULL 'file' ptr | David Howells | 2009-08-27 | 1 | -3/+15 |
| |/
|/| |
|
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2009-08-25 | 2 | -28/+44 |
|\ \ |
|
| * | | ext3: Improve error message that changing journaling mode on remount is not p... | Jan Kara | 2009-08-24 | 1 | -13/+27 |
| * | | ext3: Update Kconfig description of EXT3_DEFAULTS_TO_ORDERED | Theodore Ts'o | 2009-08-24 | 1 | -15/+17 |
* | | | NFSv4: Fix an infinite looping problem with the nfs4_state_manager | Trond Myklebust | 2009-08-25 | 1 | -2/+2 |
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-08-24 | 5 | -4/+19 |
|\ \ \ |
|
| * | | | ocfs2/dlm: Wait on lockres instead of erroring cancel requests | Goldwyn Rodrigues | 2009-08-21 | 1 | -2/+2 |
| * | | | ocfs2: Add missing lock name | Jan Kara | 2009-08-21 | 1 | -0/+1 |
| * | | | ocfs2: Don't oops in ocfs2_kill_sb on a failed mount | Jan Kara | 2009-08-17 | 1 | -1/+5 |
| * | | | ocfs2: release the buffer head in ocfs2_do_truncate. | Tao Ma | 2009-08-17 | 1 | -1/+1 |
| * | | | ocfs2: Handle quota file corruption more gracefully | Jan Kara | 2009-08-17 | 1 | -0/+10 |
* | | | | mm: fix hugetlb bug due to user_shm_unlock call | Hugh Dickins | 2009-08-24 | 1 | -8/+12 |
* | | | | kernel_read: redefine offset type | Mimi Zohar | 2009-08-24 | 1 | -2/+2 |
* | | | | Re-introduce page mapping check in mark_buffer_dirty() | Linus Torvalds | 2009-08-22 | 1 | -2/+5 |
* | | | | Merge branch 'btrfs' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-08-21 | 1 | -7/+14 |
|\ \ \ \ |
|
| * | | | | btrfs: fix inode rbtree corruption | From: Nick Piggin | 2009-08-21 | 1 | -7/+14 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2009-08-19 | 2 | -1/+3 |
|\ \ \ \ |
|
| * | | | | nilfs2: fix oopses with doubly mounted snapshots | Ryusuke Konishi | 2009-08-18 | 1 | -1/+1 |
| * | | | | nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint() | Zhang Qiang | 2009-08-18 | 1 | -0/+2 |
* | | | | | mm: revert "oom: move oom_adj value" | KOSAKI Motohiro | 2009-08-19 | 1 | -16/+3 |
* | | | | | vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signed | Jeff Layton | 2009-08-19 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-08-17 | 3 | -57/+70 |
|\ \ \ \ |
|
| * | | | | xfs: fix locking in xfs_iget_cache_hit | Christoph Hellwig | 2009-08-17 | 3 | -57/+70 |
* | | | | | inotify: start watch descriptor count at 1 | Eric Paris | 2009-08-17 | 1 | -1/+1 |
* | | | | | inotify: tail drop inotify q_overflow events | Eric Paris | 2009-08-17 | 1 | -0/+4 |
* | | | | | notify: unused event private race | Eric Paris | 2009-08-17 | 3 | -14/+13 |
|/ / / / |
|
* | | | | poll/select: initialize triggered field of struct poll_wqueues | Guillaume Knispel | 2009-08-16 | 1 | -0/+1 |
* | | | | GFS2: Fix permissions on "recover" file | Steven Whitehouse | 2009-08-14 | 1 | -10/+10 |
|/ / / |
|
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-08-13 | 16 | -135/+357 |
|\| | |
|