aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-0/+15
2009-06-20fat: Fix the removal of opts->fs_dmaskGravatar OGAWA Hirofumi 1-1/+1
2009-06-19Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 3-29/+8
2009-06-19Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 8-12/+12
2009-06-19inotify: inotify_destroy_mark_entry could get called twiceGravatar Eric Paris 3-29/+8
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFGravatar Bartlomiej Zolnierkiewicz 8-12/+12
2009-06-18Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 19-324/+1714
2009-06-18seq_file: add function to write binary dataGravatar Peter Oberparleiter 1-0/+20
2009-06-18elf_core_dump: use rcu_read_lock() to access ->real_parentGravatar Oleg Nesterov 2-4/+12
2009-06-18reiserfs: fix warnings with gcc 4.4Gravatar Jeff Mahoney 2-7/+8
2009-06-18ufs: sector_t cannot be negativeGravatar Roel Kluin 1-9/+1
2009-06-18isofs: cleanup mount option processingGravatar Jan Kara 4-45/+40
2009-06-18isofs: fix setting of uid and gid to 0Gravatar Jan Kara 2-14/+14
2009-06-18isofs: let mode and dmode mount options override rock ridge mode settingGravatar Jan Kara 2-12/+41
2009-06-18ext3: make sure inode is deleted from orphan list after truncateGravatar Jan Kara 1-9/+11
2009-06-18jbd: clean up journal_try_to_free_buffers()Gravatar Hisashi Hifumi 1-48/+0
2009-06-18ext3: fix chain verification in ext3_get_blocks()Gravatar Jan Kara 1-1/+1
2009-06-18ext2: Do not update mtime of a moved directoryGravatar Jan Kara 3-5/+7
2009-06-18proc: vmcore - use kzalloc in get_new_element()Gravatar Cyrill Gorcunov 1-6/+1
2009-06-18procfs: remove sparse errors in proc_devtree.cGravatar Michal Simek 1-5/+5
2009-06-18epoll: fix nested calls supportGravatar Davide Libenzi 1-9/+12
2009-06-18proc: export statistics for softirq to /procGravatar Keika Kobayashi 3-0/+60
2009-06-18fs: Provide empty .set_page_dirty() aop for anon inodesGravatar Peter Zijlstra 1-0/+15
2009-06-17jbd2: clean up jbd2_journal_try_to_free_buffers()Gravatar Hisashi Hifumi 1-49/+0
2009-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-6/+0
2009-06-17Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Gravatar Linus Torvalds 6-72/+102
2009-06-17Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusGravatar Linus Torvalds 1-1/+1
2009-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 23-143/+94
2009-06-17Hugetlbfs: Enable hugetlbfs for more systems in Kconfig.Gravatar David Daney 1-1/+1
2009-06-17get rid of BKL in fs/sysvGravatar Al Viro 2-15/+1
2009-06-17get rid of BKL in fs/minixGravatar Al Viro 3-20/+14
2009-06-17get rid of BKL in fs/efsGravatar Al Viro 3-18/+3
2009-06-17befs ->pust_super() doesn't need BKLGravatar Al Viro 1-4/+0
2009-06-17Cleanup of adfs headersGravatar Al Viro 8-59/+57
2009-06-179P doesn't need BKL in ->umount_begin()Gravatar Al Viro 1-3/+0
2009-06-17fuse doesn't need BKL in ->umount_begin()Gravatar Al Viro 1-3/+0
2009-06-17No instance of ->bmap() needs BKLGravatar Al Viro 1-2/+0
2009-06-17remove unlock_kernel() left accidentallyGravatar J. R. Okajima 1-9/+3
2009-06-17ext4: avoid unnecessary spinlock in critical POSIX ACL pathGravatar Theodore Ts'o 1-5/+8
2009-06-17ext3: avoid unnecessary spinlock in critical POSIX ACL pathGravatar Linus Torvalds 1-5/+8
2009-06-16AFS: Correctly translate auth error aborts and don't failover in such casesGravatar David Howells 2-0/+18
2009-06-16Merge branch 'akpm'Gravatar Linus Torvalds 10-62/+197
2009-06-16CONFIG_FILE_LOCKING should not depend on CONFIG_BLOCKGravatar Tomas Szepe 1-7/+7
2009-06-16remove put_cpu_no_resched()Gravatar Thomas Gleixner 1-3/+3
2009-06-16poll: avoid extra wakeups in select/pollGravatar Eric Dumazet 1-4/+36
2009-06-16ntfs: use is_power_of_2() function for clarity.Gravatar Robert P. J. Day 2-2/+4
2009-06-16writeback: skip new or to-be-freed inodesGravatar Wu Fengguang 1-3/+3
2009-06-16mm: remove __invalidate_mapping_pages variantGravatar Mike Waychison 1-1/+1
2009-06-16oom: move oom_adj value from task_struct to mm_structGravatar David Rientjes 1-3/+16
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionGravatar KOSAKI Motohiro 2-6/+0