aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Merge branch 'cputime' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+6
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds31-1981/+2740
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds32-425/+415
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds10-1/+26
2009-09-24task_struct cleanup: move binfmt field to mm_structHiroshi Shimamoto1-4/+6
2009-09-24fs/romfs: correct error-handling codeJulia Lawall1-1/+1
2009-09-24adfs: remove redundant test on unsignedRoel Kluin1-7/+0
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan5-8/+8
2009-09-24fs/char_dev.c: remove useless loopRenzo Davoli1-3/+0
2009-09-24flat: use IS_ERR_VALUE() helper macroMike Frysinger1-12/+10
2009-09-24fdpic: ignore the loader's PT_GNU_STACK when calculating the stack sizeDavid Howells1-7/+10
2009-09-24elf: clean up fill_note_info()Amerigo Wang1-22/+30
2009-09-24fcntl: add F_[SG]ETOWN_EXPeter Zijlstra1-8/+100
2009-09-24signals: send_sigio: use do_send_sig_info() to avoid check_kill_permission()Oleg Nesterov1-2/+2
2009-09-24exec: fix set_binfmt() vs sys_delete_module() raceOleg Nesterov1-9/+5
2009-09-24exec: allow do_coredump() to wait for user space pipe readers to completeNeil Horman1-0/+26
2009-09-24exec: let do_coredump() limit the number of concurrent dumps to pipesNeil Horman1-5/+18
2009-09-24exec: make do_coredump() more resilient to recursive crashesNeil Horman1-22/+23
2009-09-24hugetlbfs: do not call user_shm_lock() for MAP_HUGETLB fixFrom: Mel Gorman1-9/+3
2009-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason31-1981/+2740
2009-09-24Btrfs: hash the btree inode during fill_superYan Zheng1-0/+1
2009-09-24Btrfs: relocate file extents in clustersYan, Zheng1-89/+148
2009-09-24Btrfs: don't rename file into dummy directoryYan, Zheng1-0/+3
2009-09-24Btrfs: check size of inode backref before adding hardlinkYan, Zheng3-24/+37
2009-09-24truncate: use new helpersnpiggin@suse.de7-127/+35
2009-09-24truncate: new helpersnpiggin@suse.de1-2/+44
2009-09-24fs: fix overflow in sys_mount() for in-kernel callsVegard Nossum3-42/+60
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner12-69/+27
2009-09-24freeze_bdev: grab active reference to frozen superblocksChristoph Hellwig2-61/+119
2009-09-24freeze_bdev: kill bd_mount_semChristoph Hellwig2-9/+8
2009-09-24exofs: remove BKL from super operationsBoaz Harrosh1-6/+0
2009-09-24fs/romfs: correct error-handling codeJulia Lawall1-1/+1
2009-09-24vfs: seq_file: add helpers for data fillingMiklos Szeredi1-36/+39
2009-09-24vfs: remove redundant position check in do_sendfileJeff Layton1-3/+0
2009-09-24vfs: change sb->s_maxbytes to a loff_tJeff Layton1-0/+10
2009-09-24vfs: explicitly cast s_maxbytes in fiemap_check_rangesJeff Layton1-4/+5
2009-09-24libfs: return error code on failed attr setWu Fengguang1-2/+3
2009-09-24seq_file: return a negative error code when seq_path_root() fails.Tetsuo Handa1-0/+1
2009-09-24vfs: optimize touch_time() tooAndi Kleen1-20/+23
2009-09-24vfs: optimization for touch_atime()Andi Kleen1-10/+10
2009-09-24vfs: split generic_forget_inode() so that hugetlbfs does not have to copy itJan Kara2-31/+23
2009-09-24fs/inode.c: add dev-id and inode number for debugging in init_special_inode()Manish Katiyar1-2/+3
2009-09-24libfs: make simple_read_from_buffer conventionalSteven Rostedt1-2/+6
2009-09-24[PATCH] Fix idle time field in /proc/uptimeMichael Abbott1-1/+6
2009-09-23headers: utsname.h reduxAlexey Dobriyan21-21/+0
2009-09-23Btrfs: fix releasepage to avoid unlocking extents we haven't lockedChris Mason1-2/+7
2009-09-23Btrfs: Fix test_range_bit for whole file extentsChris Mason1-0/+4
2009-09-23Btrfs: fix errors handling cached state in set/clear_extent_bitChris Mason1-8/+8
2009-09-23Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-45/+75
2009-09-23NFS: Propagate 'fsc' mount option through automountsDavid Howells4-8/+33