aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds22-759/+567
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds13-267/+223
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2009-09-14fs/Kconfig: move nilfs2 outside misc filesystemsRyusuke Konishi2-2/+2
2009-09-14nilfs2: convert nilfs_bmap_lookup to an inline functionRyusuke Konishi3-36/+28
2009-09-14nilfs2: allow btree code to directly call dat operationsRyusuke Konishi4-299/+167
2009-09-14nilfs2: add update functions of virtual block address to datRyusuke Konishi3-20/+44
2009-09-14nilfs2: remove individual gfp constants for each metadata fileRyusuke Konishi8-19/+9
2009-09-14nilfs2: stop zero-fill of btree path just before free itRyusuke Konishi1-24/+12
2009-09-14nilfs2: remove unused btree argument from btree functionsRyusuke Konishi1-248/+208
2009-09-14nilfs2: remove nilfs_dat_abort_start and nilfs_dat_abort_freeRyusuke Konishi2-12/+0
2009-09-14nilfs2: shorten freeze period due to GC in write operation v3Jiro SEKIBA2-7/+21
2009-09-14nilfs2: add more check routines in mount processZhu Yanhai2-4/+14
2009-09-14nilfs2: An unassigned variable is assigned to a never used structure memberZhang Qiang1-4/+0
2009-09-14nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAITRyusuke Konishi1-2/+2
2009-09-14nilfs2: stop using periodic write_super callbackJiro SEKIBA2-46/+7
2009-09-14nilfs2: clean up nilfs_write_superJiro SEKIBA2-8/+17
2009-09-14nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fsJiro SEKIBA1-2/+8
2009-09-14nilfs2: remove redundant super block commitJiro SEKIBA1-3/+0
2009-09-14nilfs2: implement nilfs_show_options to display mount options in /proc/mountsJiro SEKIBA1-1/+23
2009-09-14nilfs2: always lookup disk block address before reading metadata blockRyusuke Konishi1-15/+10
2009-09-14nilfs2: use semaphore to protect pointer to a writable FS-instanceRyusuke Konishi3-26/+12
2009-09-14nilfs2: fix format string compile warning (ino_t)Heiko Carstens1-1/+2
2009-09-14nilfs2: fix ignored error code in __nilfs_read_inode()Ryusuke Konishi1-1/+2
2009-09-11Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds24-983/+2037
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+2
2009-09-11Merge branch 'nfs-for-2.6.32'Trond Myklebust24-983/+2037
2009-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-13/+26
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/jmorris/security-testing-2.6Linus 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-10Merge branch 'topic/soundcore-preclaim' into for-linusTakashi Iwai1-13/+26
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 hook for inode_setsecctx.David P. Quigley1-13/+42
2009-09-08NFSv4: Disallow 'mount -t nfs4 -overs=2' and 'mount -t nfs4 -overs=3'Trond Myklebust1-0/+6
2009-09-08NFS: Allow the "nfs" file system type to support NFSv4Chuck Lever2-2/+47
2009-09-08NFS: Move details of nfs4_get_sb() to a helperChuck Lever1-13/+31
2009-09-08NFS: Refactor NFSv4 text-based mount option validationChuck Lever1-28/+35
2009-09-08NFS: Mount option parser should detect missing "port="Chuck Lever2-28/+36
2009-09-08NFS: out of date comment regarding O_EXCL above nfs3_proc_create()Harshula Jayasuriya1-1/+0
2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds10-32/+14