summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-01-07Btrfs: use bigger metadata chunks on bigger filesystemsChris Mason1-1/+5
2012-01-07Btrfs: lower the bar for chunk allocationChris Mason1-18/+3
2012-01-07Btrfs: run chunk allocations while we do delayed refsChris Mason2-12/+11
2012-01-05Btrfs: make sure we're not using obsolete code in btrfs_get_extentJan Schmidt1-1/+1
2012-01-05Btrfs: new backref walking codeJan Schmidt3-262/+107
2012-01-05minixfs: misplaced checks lead to dentry leakAl Viro1-17/+17
2012-01-04Btrfs: added btrfs_find_all_roots()Jan Schmidt2-0/+788
2012-01-04Btrfs: add waitqueue instead of doing busy waiting for more delayed refsJan Schmidt4-1/+74
2012-01-04Btrfs: put back delayed refs that are too newArne Jansen2-23/+47
2012-01-04Btrfs: add sequence numbers to delayed refsArne Jansen3-0/+108
2012-01-04Btrfs: add nested locking mode for pathsArne Jansen3-2/+54
2012-01-04[CIFS] default ntlmv2 for cifs mount delayed to 3.3Steve French1-1/+1
2012-01-04cifs: fix bad buffer length check in coalesce_t2Jeff Layton1-1/+1
2011-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-26/+3
2011-12-30Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-25/+43
2011-12-30procfs: do not confuse jiffies with cputime64_tAndreas Schwab1-2/+2
2011-12-29ceph: disable use of dcache for readdir etc.Sage Weil1-26/+3
2011-12-26vfs: fix handling of lock allocation failure in lease-break caseLinus Torvalds1-8/+3
2011-12-24Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-11/+0
2011-12-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-5/+7
2011-12-24xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig3-24/+42
2011-12-24xfs: log the inode in ->write_inode calls for kupdateChristoph Hellwig1-1/+1
2011-12-23Merge branch 'integration' into for-linusChris Mason2-5/+7
2011-12-23Btrfs: call d_instantiate after all ops are setupAl Viro1-4/+5
2011-12-23Btrfs: fix worker lock misuse in find_workerChris Mason1-1/+2
2011-12-22Btrfs: always save ref_root in delayed refsArne Jansen2-18/+12
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen12-114/+155
2011-12-22Btrfs: added helper btrfs_next_item()Jan Schmidt1-0/+7
2011-12-22Btrfs: generic data structure to build unique listsArne Jansen3-1/+289
2011-12-21Btrfs: integrate integrity check module into btrfsStefan Behrens6-11/+79
2011-12-21Btrfs: Makefile changes to optionally include btrfs integrity checkStefan Behrens1-0/+1
2011-12-21Btrfs: add config option to enable btrfs integrity checkStefan Behrens1-0/+19
2011-12-21Btrfs: add optional integrity check codeStefan Behrens2-0/+3104
2011-12-20Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-21/+38
2011-12-20nilfs2: potential integer overflow in nilfs_ioctl_clean_segments()Haogang Chen1-0/+3
2011-12-20nilfs2: unbreak compat ioctlThomas Meyer1-0/+13
2011-12-18writeback: show writeback reason with __print_symbolicWu Fengguang1-11/+0
2011-12-17Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds13-140/+311
2011-12-16btrfs: lower the dirty balance poll intervalWu Fengguang1-0/+2
2011-12-16NFS: Fix a regression in nfs_file_llseek()Trond Myklebust1-1/+1
2011-12-16Btrfs: unplug every once and a whileChris Mason1-0/+6
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason11-117/+211
2011-12-15Btrfs: deal with NULL srv_rsv in the delalloc inode reservation codeChris Mason1-2/+2
2011-12-15Btrfs: only set cache_generation if we setup the block groupJosef Bacik1-1/+1
2011-12-15Btrfs: don't panic if orphan item already existsJosef Bacik1-1/+1
2011-12-15Btrfs: fix leaked space in truncateJosef Bacik1-2/+3
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik4-13/+44
2011-12-15Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik4-22/+80
2011-12-15Btrfs: fix num_workers_starting bug and other bugs in async threadJosef Bacik4-78/+83
2011-12-15BTRFS: Establish i_ops before calling d_instantiateCasey Schaufler1-5/+26