aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-05-27kill spurious reference to vmtruncateGravatar npiggin@suse.de 10-22/+37
2010-05-27fs: introduce new truncate sequenceGravatar npiggin@suse.de 4-56/+254
2010-05-27fs/super: fix kernel-doc warningGravatar Randy Dunlap 1-2/+2
2010-05-27fs/minix: bugfix, number of indirect block ptrs per block depends on block sizeGravatar Erik van der Kouwe 1-12/+15
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 20-28/+40
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 55-127/+106
2010-05-27fs: Add missing mutex_unlockGravatar Julia Lawall 1-4/+9
2010-05-27get rid of the magic around f_count in aioGravatar Al Viro 2-14/+13
2010-05-27VFS: fix recent breakage of FS_REVAL_DOTGravatar Neil Brown 1-1/+1
2010-05-27Revert "anon_inode: set S_IFREG on the anon_inode"Gravatar Al Viro 1-1/+1
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 29-2732/+5027
2010-05-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 21-779/+1060
2010-05-27Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 2-4/+17
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLGravatar jan Blunck 8-0/+9
2010-05-27vfs: introduce noop_llseek()Gravatar jan Blunck 1-0/+17
2010-05-27aio: fix the compat vectored operationsGravatar Jeff Moyer 2-25/+42
2010-05-27compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writevGravatar Jeff Moyer 1-53/+77
2010-05-27fs/affs: use ERR_CASTGravatar Julia Lawall 1-1/+1
2010-05-27kcore: add _text to KCORE_TEXTGravatar Wu Fengguang 1-1/+1
2010-05-27proc: remove obsolete commentsGravatar Amerigo Wang 1-15/+0
2010-05-27proc: cleanup: remove unused assignmentsGravatar Dan Carpenter 2-3/+2
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerGravatar Oleg Nesterov 2-14/+2
2010-05-27exit: avoid sig->count in de_thread/__exit_signal synchronizationGravatar Oleg Nesterov 1-6/+5
2010-05-27coredump: shift down_write(mmap_sem) into coredump_wait()Gravatar Oleg Nesterov 1-12/+7
2010-05-27coredump: factor out put_cred() callsGravatar Oleg Nesterov 1-10/+6
2010-05-27coredump: cleanup "ispipe" codeGravatar Oleg Nesterov 1-22/+17
2010-05-27coredump: factor out the not-ispipe file checksGravatar Oleg Nesterov 1-32/+31
2010-05-27exec: replace call_usermodehelper_pipe with use of umh init function and reso...Gravatar Neil Horman 1-7/+56
2010-05-27ufs: permit mounting of BorderWare filesystemsGravatar Thomas Stewart 2-0/+3
2010-05-27fs/autofs4: use memdup_userGravatar Julia Lawall 1-11/+2
2010-05-27Btrfs: add more error checking to btrfs_dirty_inodeGravatar Chris Mason 1-2/+13
2010-05-26Btrfs: allow unaligned DIOGravatar Chris Mason 1-3/+35
2010-05-26Btrfs: drop verbose enospc printkGravatar Chris Mason 1-0/+2
2010-05-26Btrfs: Fix block generation verification raceGravatar Yan, Zheng 1-1/+1
2010-05-26Btrfs: fix preallocation and nodatacow checks in O_DIRECTGravatar Chris Mason 1-16/+140
2010-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusGravatar Linus Torvalds 13-19/+696
2010-05-26fs/fscache/object-list.c: fix warning on 32-bitGravatar Andrew Morton 1-1/+1
2010-05-26Btrfs: avoid ENOSPC errors in btrfs_dirty_inodeGravatar Chris Mason 1-3/+11
2010-05-26Btrfs: move O_DIRECT space reservation to btrfs_direct_IOGravatar Chris Mason 2-6/+8
2010-05-26NFS: Fix another nfs_wb_page() deadlockGravatar Trond Myklebust 1-2/+5
2010-05-26NFS: Ensure that we mark the inode as dirty if we exit early from commitGravatar Trond Myklebust 1-2/+11
2010-05-26NFS: Fix a lock imbalance typo in nfs_access_cache_shrinkerGravatar Trond Myklebust 1-0/+1
2010-05-25Btrfs: rework O_DIRECT enospc handlingGravatar Chris Mason 4-30/+49
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingGravatar Kay Sievers 3-2/+9
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesGravatar Linus Torvalds 7-54/+65
2010-05-25Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 26-513/+1566
2010-05-25smbfs: remove duplicated #includeGravatar Huang Weiyi 1-1/+0
2010-05-25fs: ldm: don't use own implementation of hex_to_bin()Gravatar Andy Shevchenko 1-9/+9
2010-05-25fatfs: ratelimit corruption reportGravatar OGAWA Hirofumi 4-18/+31
2010-05-25ntfs: use add_to_page_cache_lru()Gravatar Minchan Kim 1-15/+4