aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-111-2/+2
* Merge branch 'lookup-permissions-cleanup'Linus Torvalds2009-09-0923-109/+73
|\
| * jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds2009-09-0810-32/+14
| * ext[234]: move over to 'check_acl' permission modelLinus Torvalds2009-09-0812-36/+18
| * Make 'check_acl()' a first-class filesystem opLinus Torvalds2009-09-081-27/+35
| * Simplify exec_permission_lite(), part 3Linus Torvalds2009-09-081-2/+6
| * Simplify exec_permission_lite() furtherLinus Torvalds2009-09-081-7/+1
| * Simplify exec_permission_lite() logicLinus Torvalds2009-09-081-4/+1
| * Do not call 'ima_path_check()' for each path componentLinus Torvalds2009-09-081-3/+0
* | binfmt_elf: fix PT_INTERP bss handlingRoland McGrath2009-09-091-14/+14
|/
* IMA: update ima_counts_putMimi Zohar2009-09-071-7/+15
* Merge git://git.infradead.org/~dwmw2/mtd-2.6.31Linus Torvalds2009-09-051-0/+10
|\
| * JFFS2: add missing verify buffer allocation/deallocationMassimo Cirillo2009-09-031-0/+10
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-09-051-1/+1
|\ \
| * | xfs: actually enable the swapext compat handlerChristoph Hellwig2009-09-011-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-09-051-1/+1
|\ \ \
| * | | nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_keyRyusuke Konishi2009-08-311-1/+1
* | | | ext2: fix unbalanced kmap()/kunmap()Nicolas Pitre2009-09-051-0/+4
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-052-2/+13
|\ \ \ \
| * | | | ocfs2: ocfs2_write_begin_nolock() should handle len=0Sunil Mushran2009-09-041-2/+2
| * | | | ocfs2: invalidate dentry if its dentry_lock isn't initialized.Tao Ma2009-08-271-0/+11
* | | | | exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov2009-09-052-38/+42
| |_|_|/ |/| | |
* | | | autofs4 - fix missed case when changing to use struct pathIan Kent2009-08-311-1/+1
* | | | inotify: update the group mask on mark additionEric Paris2009-08-281-0/+4
* | | | inotify: fix length reporting and size checkingEric Paris2009-08-281-3/+5
* | | | inotify: do not send a block of zeros when no pathname is availableBrian Rogers2009-08-281-3/+5
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-08-272-85/+177
|\ \ \
| * | | inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman2009-08-271-7/+6
| * | | inotify: fix locking around inotify watching in the idrEric Paris2009-08-271-10/+40
| * | | inotify: do not BUG on idr entries at inotify destructionEric Paris2009-08-271-2/+31
| * | | inotify: seperate new watch creation updating existing watchesEric Paris2009-08-271-69/+103
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2009-08-274-105/+82
|\ \ \ \
| * | | | 9p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni2009-08-173-35/+10
| * | | | 9p: Add missing cast for the error return value in v9fs_get_inodeAbhishek Kulkarni2009-08-171-1/+1
| * | | | 9p: Remove redundant inode uid/gid assignmentAbhishek Kulkarni2009-08-171-5/+0
| * | | | 9p: Fix possible regressions when ->get_sb fails.Abhishek Kulkarni2009-08-171-4/+7
| * | | | 9p: Fix v9fs show_optionsAbhishek Kulkarni2009-08-171-2/+2
| * | | | 9p: Fix possible memleak in v9fs_inode_from fid.Abhishek Kulkarni2009-08-171-9/+4
| * | | | 9p: minor comment fixesAbhishek Kulkarni2009-08-171-2/+1
| * | | | 9p: Fix possible inode leak in v9fs_get_inode.Abhishek Kulkarni2009-08-171-49/+56
| * | | | 9p: Check for error in return value of v9fs_fid_addAbhishek Kulkarni2009-08-171-1/+4
* | | | | AFS: Stop readlink() on AFS crashing due to NULL 'file' ptrDavid Howells2009-08-271-3/+15
| |/ / / |/| | |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-08-252-28/+44
|\ \ \ \
| * | | | ext3: Improve error message that changing journaling mode on remount is not p...Jan Kara2009-08-241-13/+27
| * | | | ext3: Update Kconfig description of EXT3_DEFAULTS_TO_ORDEREDTheodore Ts'o2009-08-241-15/+17
* | | | | NFSv4: Fix an infinite looping problem with the nfs4_state_managerTrond Myklebust2009-08-241-2/+2
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-08-245-4/+19
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ocfs2/dlm: Wait on lockres instead of erroring cancel requestsGoldwyn Rodrigues2009-08-201-2/+2
| * | | | ocfs2: Add missing lock nameJan Kara2009-08-201-0/+1
| * | | | ocfs2: Don't oops in ocfs2_kill_sb on a failed mountJan Kara2009-08-171-1/+5