aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-29ceph: make mds requests killable, not interruptibleSage Weil1-2/+2
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+20
2010-05-28xfs: fix access to upper inodes without inode64Christoph Hellwig5-46/+21
2010-05-28xfs: fix might_sleep() warning when initialising per-ag treeDave Chinner1-1/+1
2010-05-28fs/xfs/quota: Add missing mutex_unlockJulia Lawall1-1/+3
2010-05-28xfs: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-28xfs: convert more trace events to DEFINE_EVENTLi Zefan1-168/+188
2010-05-28xfs: xfs_trace.c: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-28xfs: Check new inode size is OK before preallocatingDave Chinner2-4/+14
2010-05-28xfs: clean up xlog_alignChristoph Hellwig1-8/+3
2010-05-28xfs: cleanup log reservation calculactionsChristoph Hellwig2-457/+400
2010-05-28xfs: be more explicit if RT mount fails due to configEric Sandeen1-1/+10
2010-05-28xfs: replace E2BIG with EFBIG where appropriateEric Sandeen2-9/+9
2010-05-28remove detritus left by "mm: make read_cache_page synchronous"Al Viro1-4/+1
2010-05-27fix fs/sysv s_dirt handlingAl Viro1-0/+1
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de3-15/+57
2010-05-27ext2: convert to use the new truncate convention.npiggin@suse.de3-36/+119
2010-05-27fs: convert simple fs to new truncateNick Piggin5-19/+15
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de10-22/+37
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de4-56/+254
2010-05-27fs/super: fix kernel-doc warningRandy Dunlap1-2/+2
2010-05-27fs/minix: bugfix, number of indirect block ptrs per block depends on block sizeErik van der Kouwe1-12/+15
2010-05-27rename the generic fsync implementationsChristoph Hellwig20-28/+40
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig55-127/+106
2010-05-27fs: Add missing mutex_unlockJulia Lawall1-4/+9
2010-05-27get rid of the magic around f_count in aioAl Viro2-14/+13
2010-05-27VFS: fix recent breakage of FS_REVAL_DOTNeil Brown1-1/+1
2010-05-27Revert "anon_inode: set S_IFREG on the anon_inode"Al Viro1-1/+1
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-27quota: Convert quota statistics to generic percpu_counterDmitry Monakhov1-33/+13
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-27ext3 uses rb_node = NULL; to zero rb_root.Venkatesh Pallipadi1-1/+1