aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto
2009-09-24fs/romfs: correct error-handling codeJulia Lawall
2009-09-24adfs: remove redundant test on unsignedRoel Kluin
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-24fs/char_dev.c: remove useless loopRenzo Davoli
2009-09-24flat: use IS_ERR_VALUE() helper macroMike Frysinger
2009-09-24fdpic: ignore the loader's PT_GNU_STACK when calculating the stack sizeDavid Howells
2009-09-24elf: clean up fill_note_info()Amerigo Wang
2009-09-24fcntl: add F_[SG]ETOWN_EXPeter Zijlstra
2009-09-24signals: send_sigio: use do_send_sig_info() to avoid check_kill_permission()Oleg Nesterov
2009-09-24exec: fix set_binfmt() vs sys_delete_module() raceOleg Nesterov
2009-09-24exec: allow do_coredump() to wait for user space pipe readers to completeNeil Horman
2009-09-24exec: let do_coredump() limit the number of concurrent dumps to pipesNeil Horman
2009-09-24exec: make do_coredump() more resilient to recursive crashesNeil Horman
2009-09-24hugetlbfs: do not call user_shm_lock() for MAP_HUGETLB fixFrom: Mel Gorman
2009-09-24truncate: use new helpersnpiggin@suse.de
2009-09-24truncate: new helpersnpiggin@suse.de
2009-09-24fs: fix overflow in sys_mount() for in-kernel callsVegard Nossum
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner
2009-09-24freeze_bdev: grab active reference to frozen superblocksChristoph Hellwig
2009-09-24freeze_bdev: kill bd_mount_semChristoph Hellwig
2009-09-24exofs: remove BKL from super operationsBoaz Harrosh
2009-09-24fs/romfs: correct error-handling codeJulia Lawall
2009-09-24vfs: seq_file: add helpers for data fillingMiklos Szeredi
2009-09-24vfs: remove redundant position check in do_sendfileJeff Layton
2009-09-24vfs: change sb->s_maxbytes to a loff_tJeff Layton
2009-09-24vfs: explicitly cast s_maxbytes in fiemap_check_rangesJeff Layton
2009-09-24libfs: return error code on failed attr setWu Fengguang
2009-09-24seq_file: return a negative error code when seq_path_root() fails.Tetsuo Handa
2009-09-24vfs: optimize touch_time() tooAndi Kleen
2009-09-24vfs: optimization for touch_atime()Andi Kleen
2009-09-24vfs: split generic_forget_inode() so that hugetlbfs does not have to copy itJan Kara
2009-09-24fs/inode.c: add dev-id and inode number for debugging in init_special_inode()Manish Katiyar
2009-09-24libfs: make simple_read_from_buffer conventionalSteven Rostedt
2009-09-23headers: utsname.h reduxAlexey Dobriyan
2009-09-23Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2009-09-23NFS: Propagate 'fsc' mount option through automountsDavid Howells
2009-09-23NFS: Add nfs_alloc_parsed_mount_dataChuck Lever
2009-09-23NFS: Get rid of the NFS_MOUNT_VER3 and NFS_MOUNT_TCP flagsTrond Myklebust
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni
2009-09-239p: Fix the incorrect update of inode size in v9fs_file_write()Abhishek Kulkarni
2009-09-239p: Use the i_size_[read, write]() macros instead of using inode->i_size dire...Abhishek Kulkarni
2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2009-09-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-09-23fs: change sys_truncate length parameter typeHeiko Carstens
2009-09-23ext2: fix format string compile warning (ino_t)Heiko Carstens
2009-09-23V3 minixfs: add missing directory type checkingDoug Graham
2009-09-23ncpfs: fix wrong check in __ncp_ioctl()Bartlomiej Zolnierkiewicz