aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-16proc: export more page flags in /proc/kpageflagsGravatar Wu Fengguang 1-32/+120
2009-06-16proc: kpagecount/kpageflags code cleanupGravatar Wu Fengguang 1-6/+11
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesGravatar Wu Fengguang 1-0/+1
2009-06-16send_sigio_to_task: sanitize the usage of fown->signumGravatar Oleg Nesterov 1-5/+11
2009-06-16shift current_cred() from __f_setown() to f_modown()Gravatar Oleg Nesterov 1-7/+10
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Gravatar Linus Torvalds 7-125/+151
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 3-2/+79
2009-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Gravatar Linus Torvalds 1-0/+1
2009-06-16Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 17-96/+610
2009-06-16Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 3-6/+24
2009-06-16jfs: fix regression preventing coalescing of extentsGravatar Dave Kleikamp 1-0/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-6/+6
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Gravatar Linus Torvalds 9-110/+147
2009-06-16block: remove some includings of blktrace_api.hGravatar Li Zefan 1-1/+0
2009-06-16ubifs: register backing_dev_infoGravatar Jens Axboe 1-0/+3
2009-06-16btrfs: properly register fs backing deviceGravatar Jens Axboe 1-5/+21
2009-06-15NLS: update handling of UnicodeGravatar Alan Stern 7-124/+150
2009-06-15nls: utf8_wcstombs: fix buffer overflowGravatar Clemens Ladisch 1-0/+1
2009-06-15nls: utf8_wcstombs: use correct buffer size in error caseGravatar Clemens Ladisch 1-1/+0
2009-06-15debugfs: use specified mode to possibly mark files read/write onlyGravatar Robin Getz 1-0/+63
2009-06-15debugfs: fix docbook errorGravatar Jonathan Corbet 1-1/+1
2009-06-15debugfs: dont stop on first failed recursive deleteGravatar Steven Rostedt 1-0/+11
2009-06-15Sysfs: fix possible memleak in sysfs_follow_linkGravatar Armin Kuster 1-1/+4
2009-06-15Btrfs: always update root items for fs trees at commit timeGravatar Yan Zheng 1-6/+6