aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| | * | | NFS: Add a ->migratepage() aop for NFSTrond Myklebust2009-08-10
| | * | | NFSv4: Clean up the nfs.callback_tcpport optionTrond Myklebust2009-08-09
| | * | | NFSv4: Don't do idmapper upcalls for asynchronous RPC callsTrond Myklebust2009-08-09
| | * | | NFSv4: Add 'server capability' flags for NFSv4 recommended attributesTrond Myklebust2009-08-09
| | * | | NFSv4: Don't loop forever on state recovery failure...Trond Myklebust2009-08-09
| | * | | nfs: Keep index within mnt_errtbl[]Roel Kluin2009-08-09
| | |/ /
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-11
|\ \ \ \ | |/ / / |/| | |
| * | | Merge commit 'v2.6.31-rc8' into sched/coreIngo Molnar2009-09-02
| |\ \ \
| * \ \ \ Merge branch 'sched/urgent' into sched/coreIngo Molnar2009-08-02
| |\ \ \ \
| * | | | | sched: Convert the only user of cond_resched_bkl to use cond_resched()Frederic Weisbecker2009-07-18
| * | | | | sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker2009-07-18
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-09-11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'topic/soundcore-preclaim' into for-linusTakashi Iwai2009-09-10
| |\ \ \ \ \ \
| | * | | | | | chrdev: implement __[un]register_chrdev()Tejun Heo2009-08-10
| | | |/ / / / | | |/| | | |
* | | | | | | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-11
|\ \ \ \ \ \ \
| * | | | | | | writeback: check for registered bdi in flusher add and inode dirtyJens Axboe2009-09-11
| * | | | | | | writeback: add name to backing_dev_infoJens Axboe2009-09-11
| * | | | | | | writeback: get rid of pdflush completelyJens Axboe2009-09-11
| * | | | | | | writeback: switch to per-bdi threads for flushing dataJens Axboe2009-09-11
| * | | | | | | writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe2009-09-11
| * | | | | | | writeback: get rid of generic_sync_sb_inodes() exportJens Axboe2009-09-11
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-09-11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge branch 'next' into for-linusJames Morris2009-09-10
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | binfmt_elf: fix PT_INTERP bss handlingRoland McGrath2009-09-10
| | * | | | | | sysfs: Add labeling support for sysfsDavid P. Quigley2009-09-09
| | * | | | | | VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hoo...David P. Quigley2009-09-09
| | * | | | | | IMA: open new file for readMimi Zohar2009-09-02
| | * | | | | | CRED: Add some configurable debugging [try #6]David Howells2009-09-02
| | * | | | | | vfs: allow file truncations when both suid and write permissions setAmerigo Wang2009-08-21
| | * | | | | | Merge branch 'master' into nextJames Morris2009-08-19
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into nextJames Morris2009-08-10
| | |\ \ \ \ \ \ \
| | * | | | | | | | mm_for_maps: take ->cred_guard_mutex to fix the race with execOleg Nesterov2009-08-09
| | * | | | | | | | mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov2009-08-09
| | * | | | | | | | Merge branch 'master' into nextJames Morris2009-08-05
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | security: fix security_file_lock cmd argumentSten Spans2009-07-16
| | * | | | | | | | | Merge branch 'master' into nextJames Morris2009-07-13
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJames Morris2009-06-29
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov2009-06-24
* | | | | | | | | | | | | Merge branch 'lookup-permissions-cleanup'Linus Torvalds2009-09-09
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds2009-09-08
| * | | | | | | | | | | | | ext[234]: move over to 'check_acl' permission modelLinus Torvalds2009-09-08
| * | | | | | | | | | | | | Make 'check_acl()' a first-class filesystem opLinus Torvalds2009-09-08
| * | | | | | | | | | | | | Simplify exec_permission_lite(), part 3Linus Torvalds2009-09-08
| * | | | | | | | | | | | | Simplify exec_permission_lite() furtherLinus Torvalds2009-09-08
| * | | | | | | | | | | | | Simplify exec_permission_lite() logicLinus Torvalds2009-09-08
| * | | | | | | | | | | | | Do not call 'ima_path_check()' for each path componentLinus Torvalds2009-09-08
| |/ / / / / / / / / / / /
* / / / / / / / / / / / / binfmt_elf: fix PT_INTERP bss handlingRoland McGrath2009-09-09
|/ / / / / / / / / / / /
* | | | | | | | | | | | IMA: update ima_counts_putMimi Zohar2009-09-06
* | | | | | | | | | | | Merge git://git.infradead.org/~dwmw2/mtd-2.6.31Linus Torvalds2009-09-05
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | JFFS2: add missing verify buffer allocation/deallocationMassimo Cirillo2009-09-03