summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds15-315/+811
2009-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds11-57/+176
2009-09-11writeback: check for registered bdi in flusher add and inode dirtyJens Axboe1-0/+8
2009-09-11writeback: add name to backing_dev_infoJens Axboe10-0/+10
2009-09-11writeback: get rid of pdflush completelyJens Axboe1-0/+5
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe4-292/+713
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe2-73/+127
2009-09-11writeback: get rid of generic_sync_sb_inodes() exportJens Axboe4-57/+55
2009-09-11Merge branch 'next' into for-linusJames Morris12-71/+190
2009-09-10binfmt_elf: fix PT_INTERP bss handlingRoland McGrath1-14/+14
2009-09-09Merge branch 'lookup-permissions-cleanup'Linus Torvalds23-109/+73
2009-09-09binfmt_elf: fix PT_INTERP bss handlingRoland McGrath1-14/+14
2009-09-10sysfs: Add labeling support for sysfsDavid P. Quigley4-37/+112
2009-09-10VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hoo...David P. Quigley1-13/+42
2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds10-32/+14
2009-09-08ext[234]: move over to 'check_acl' permission modelLinus Torvalds12-36/+18
2009-09-08Make 'check_acl()' a first-class filesystem opLinus Torvalds1-27/+35
2009-09-08Simplify exec_permission_lite(), part 3Linus Torvalds1-2/+6
2009-09-08Simplify exec_permission_lite() furtherLinus Torvalds1-7/+1
2009-09-08Simplify exec_permission_lite() logicLinus Torvalds1-4/+1
2009-09-08Do not call 'ima_path_check()' for each path componentLinus Torvalds1-3/+0
2009-09-07IMA: update ima_counts_putMimi Zohar1-7/+15
2009-09-05Merge git://git.infradead.org/~dwmw2/mtd-2.6.31Linus Torvalds1-0/+10
2009-09-05Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+1
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds1-1/+1
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-09-03JFFS2: add missing verify buffer allocation/deallocationMassimo Cirillo1-0/+10
2009-09-03IMA: open new file for readMimi Zohar1-2/+4
2009-09-02CRED: Add some configurable debugging [try #6]David Howells4-0/+11
2009-09-01xfs: actually enable the swapext compat handlerChristoph Hellwig1-1/+1
2009-08-31autofs4 - fix missed case when changing to use struct pathIan Kent1-1/+1
2009-08-31nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_keyRyusuke Konishi1-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