aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds29-2732/+5027
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds21-779/+1060
2010-05-27Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-4/+17
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck8-0/+9
2010-05-27vfs: introduce noop_llseek()jan Blunck1-0/+17
2010-05-27aio: fix the compat vectored operationsJeff Moyer2-25/+42
2010-05-27compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writevJeff Moyer1-53/+77
2010-05-27fs/affs: use ERR_CASTJulia Lawall1-1/+1
2010-05-27kcore: add _text to KCORE_TEXTWu Fengguang1-1/+1
2010-05-27proc: remove obsolete commentsAmerigo Wang1-15/+0
2010-05-27proc: cleanup: remove unused assignmentsDan Carpenter2-3/+2
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov2-14/+2
2010-05-27exit: avoid sig->count in de_thread/__exit_signal synchronizationOleg Nesterov1-6/+5
2010-05-27coredump: shift down_write(mmap_sem) into coredump_wait()Oleg Nesterov1-12/+7
2010-05-27coredump: factor out put_cred() callsOleg Nesterov1-10/+6
2010-05-27coredump: cleanup "ispipe" codeOleg Nesterov1-22/+17
2010-05-27coredump: factor out the not-ispipe file checksOleg Nesterov1-32/+31
2010-05-27exec: replace call_usermodehelper_pipe with use of umh init function and resolve limitNeil Horman1-7/+56
2010-05-27ufs: permit mounting of BorderWare filesystemsThomas Stewart2-0/+3
2010-05-27fs/autofs4: use memdup_userJulia Lawall1-11/+2
2010-05-27Btrfs: add more error checking to btrfs_dirty_inodeChris Mason1-2/+13
2010-05-26Btrfs: allow unaligned DIOChris Mason1-3/+35
2010-05-26Btrfs: drop verbose enospc printkChris Mason1-0/+2
2010-05-26Btrfs: Fix block generation verification raceYan, Zheng1-1/+1
2010-05-26Btrfs: fix preallocation and nodatacow checks in O_DIRECTChris Mason1-16/+140
2010-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds13-19/+696
2010-05-26fs/fscache/object-list.c: fix warning on 32-bitAndrew Morton1-1/+1
2010-05-26Btrfs: avoid ENOSPC errors in btrfs_dirty_inodeChris Mason1-3/+11
2010-05-26Btrfs: move O_DIRECT space reservation to btrfs_direct_IOChris Mason2-6/+8
2010-05-26NFS: Fix another nfs_wb_page() deadlockTrond Myklebust1-2/+5
2010-05-26NFS: Ensure that we mark the inode as dirty if we exit early from commitTrond Myklebust1-2/+11
2010-05-26NFS: Fix a lock imbalance typo in nfs_access_cache_shrinkerTrond Myklebust1-0/+1
2010-05-25Btrfs: rework O_DIRECT enospc handlingChris Mason4-30/+49
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers3-2/+9
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds7-54/+65
2010-05-25Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds26-513/+1566
2010-05-25smbfs: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-25fs: ldm: don't use own implementation of hex_to_bin()Andy Shevchenko1-9/+9
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi4-18/+31
2010-05-25ntfs: use add_to_page_cache_lru()Minchan Kim1-15/+4
2010-05-25ntfs: clean up ntfs_attr_extend_initializedMinchan Kim1-7/+2
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan3-6/+6
2010-05-25fs-writeback: check sync bit earlier in inode_wait_for_writebackRichard Kennedy1-2/+2
2010-05-25mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacksMel Gorman1-1/+6
2010-05-25pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vmaNaoya Horiguchi1-0/+4
2010-05-25Btrfs: use async helpers for DIO write checksummingChris Mason5-17/+52
2010-05-25Btrfs: don't walk around with task->state != TASK_RUNNINGChris Mason2-3/+4
2010-05-25Btrfs: do aio_write instead of writeJosef Bacik2-83/+104
2010-05-25Btrfs: add basic DIO read/write supportJosef Bacik6-36/+631
2010-05-25direct-io: do not merge logically non-contiguous requestsJosef Bacik1-2/+18