summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-09-05ext2: fix unbalanced kmap()/kunmap()Nicolas Pitre1-0/+4
2009-09-05Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+13
2009-09-05exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov2-38/+42
2009-09-04ocfs2: ocfs2_write_begin_nolock() should handle len=0Sunil Mushran1-2/+2
2009-08-31autofs4 - fix missed case when changing to use struct pathIan Kent1-1/+1
2009-08-28inotify: update the group mask on mark additionEric Paris1-0/+4
2009-08-28inotify: fix length reporting and size checkingEric Paris1-3/+5
2009-08-28inotify: do not send a block of zeros when no pathname is availableBrian Rogers1-3/+5
2009-08-27ocfs2: invalidate dentry if its dentry_lock isn't initialized.Tao Ma1-0/+11
2009-08-27Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2-85/+177
2009-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds4-105/+82
2009-08-27AFS: Stop readlink() on AFS crashing due to NULL 'file' ptrDavid Howells1-3/+15
2009-08-27inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman1-7/+6
2009-08-27inotify: fix locking around inotify watching in the idrEric Paris1-10/+40
2009-08-27inotify: do not BUG on idr entries at inotify destructionEric Paris1-2/+31
2009-08-27inotify: seperate new watch creation updating existing watchesEric Paris1-69/+103
2009-08-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-28/+44
2009-08-24NFSv4: Fix an infinite looping problem with the nfs4_state_managerTrond Myklebust1-2/+2
2009-08-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-4/+19
2009-08-24mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins1-8/+12
2009-08-24ext3: Improve error message that changing journaling mode on remount is not p...Jan Kara1-13/+27
2009-08-24ext3: Update Kconfig description of EXT3_DEFAULTS_TO_ORDEREDTheodore Ts'o1-15/+17
2009-08-24kernel_read: redefine offset typeMimi Zohar1-2/+2
2009-08-21Re-introduce page mapping check in mark_buffer_dirty()Linus Torvalds1-2/+5
2009-08-21Merge branch 'btrfs' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-7/+14
2009-08-21btrfs: fix inode rbtree corruptionFrom: Nick Piggin1-7/+14
2009-08-20ocfs2/dlm: Wait on lockres instead of erroring cancel requestsGoldwyn Rodrigues1-2/+2
2009-08-20ocfs2: Add missing lock nameJan Kara1-0/+1
2009-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2-1/+3
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-16/+3
2009-08-18vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signedJeff Layton1-1/+1
2009-08-19nilfs2: fix oopses with doubly mounted snapshotsRyusuke Konishi1-1/+1
2009-08-18nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint()Zhang Qiang1-0/+2
2009-08-179p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni3-35/+10
2009-08-179p: Add missing cast for the error return value in v9fs_get_inodeAbhishek Kulkarni1-1/+1
2009-08-17ocfs2: Don't oops in ocfs2_kill_sb on a failed mountJan Kara1-1/+5
2009-08-179p: Remove redundant inode uid/gid assignmentAbhishek Kulkarni1-5/+0
2009-08-179p: Fix possible regressions when ->get_sb fails.Abhishek Kulkarni1-4/+7
2009-08-179p: Fix v9fs show_optionsAbhishek Kulkarni1-2/+2
2009-08-179p: Fix possible memleak in v9fs_inode_from fid.Abhishek Kulkarni1-9/+4
2009-08-179p: minor comment fixesAbhishek Kulkarni1-2/+1
2009-08-179p: Fix possible inode leak in v9fs_get_inode.Abhishek Kulkarni1-49/+56
2009-08-179p: Check for error in return value of v9fs_fid_addAbhishek Kulkarni1-1/+4
2009-08-17Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-57/+70
2009-08-17inotify: start watch descriptor count at 1Eric Paris1-1/+1
2009-08-17inotify: tail drop inotify q_overflow eventsEric Paris1-0/+4
2009-08-17notify: unused event private raceEric Paris3-14/+13
2009-08-17ocfs2: release the buffer head in ocfs2_do_truncate.Tao Ma1-1/+1
2009-08-17ocfs2: Handle quota file corruption more gracefullyJan Kara1-0/+10
2009-08-17xfs: fix locking in xfs_iget_cache_hitChristoph Hellwig3-57/+70