summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-07-23btrfs: join DEV_STATS ioctls to oneDavid Sterba4-15/+15
2012-07-23btrfs: ignore unfragmented file checks in defrag when compression enabled - r...Andrew Mahone1-3/+5
2012-07-23Btrfs: small naming cleanup in join_transaction()Dan Carpenter1-2/+2
2012-07-23Btrfs: don't update atime on RO subvolumesAlexander Block2-0/+7
2012-07-23Btrfs: allow mount -o remount,compress=noArnd Hannemann1-1/+8
2012-07-23Btrfs: remove ->dirty_inodeJosef Bacik1-11/+0
2012-07-23Btrfs: reduce calls to wake_up on uncontended locksChris Mason1-5/+9
2012-07-23Btrfs: don't wait around for new log writers on an SSDChris Mason1-1/+2
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds172-2032/+2301
2012-07-23jbd2: remove the second argument of kmap_atomicCong Wang1-2/+2
2012-07-23ext4: undo ext4_calc_metadata_amount if we fail to claim spaceTheodore Ts'o1-11/+21
2012-07-23ext4: don't let i_reserved_meta_blocks go negativeBrian Foster1-0/+9
2012-07-23ext4: fix hole punch failure when depth is greater than 0Ashish Sangwan1-17/+29
2012-07-23ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()Artem Bityutskiy5-11/+7
2012-07-23ext4: weed out ext4_write_superArtem Bityutskiy1-10/+0
2012-07-23ext4: remove unnecessary superblock dirtyingArtem Bityutskiy2-4/+3
2012-07-23ext4: convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super()Jan Kara2-10/+13
2012-07-23ext4: remove useless marking of superblock dirtyJan Kara2-4/+0
2012-07-23ext4: fix ext4 mismerge back in JanuaryAl Viro1-1/+0
2012-07-23ext4: remove dynamic array size in ext4_chksum()Theodore Ts'o1-1/+3
2012-07-23ext4: remove unused variable in ext4_update_super()Theodore Ts'o1-1/+1
2012-07-23ext4: make quota as first class supported featureAditya Kali3-10/+150
2012-07-23ext4: don't take the i_mutex lock when doing DIO overwritesZheng Liu2-4/+71
2012-07-23ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file()Al Viro1-2/+2
2012-07-23btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file()Al Viro1-2/+2
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro9-63/+45
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro3-65/+26
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro7-19/+19
2012-07-23tidy up namei.c a bitAl Viro1-18/+21
2012-07-23unobfuscate follow_up() a bitAl Viro1-1/+1
2012-07-23ext3: pass custom EOF to generic_file_llseek_size()Eric Sandeen1-2/+2
2012-07-23ext4: use core vfs llseek code for dir seeksEric Sandeen2-64/+17
2012-07-23vfs: allow custom EOF in generic_file_llseek codeEric Sandeen3-10/+14
2012-07-22vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...Jan Kara1-10/+9
2012-07-22vfs: Remove unnecessary flushing of block devicesJan Kara1-8/+8
2012-07-22vfs: Make sys_sync writeout also block device inodesJan Kara1-7/+11
2012-07-22vfs: Create function for iterating over block devicesJan Kara1-0/+36
2012-07-22vfs: Reorder operations during sys_syncJan Kara1-12/+34
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara7-3/+28
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara7-11/+29
2012-07-22vfs: Move noop_backing_dev_info check from sync into writebackJan Kara2-7/+5
2012-07-22fs/ufs: get rid of write_superArtem Bityutskiy5-16/+42
2012-07-22fs/ufs: re-arrange the code a bitArtem Bityutskiy1-59/+58
2012-07-22fs/ufs: remove extra superblock write on unmountArtem Bityutskiy1-3/+0
2012-07-22fs/sysv: stop using write_super and s_dirtArtem Bityutskiy2-11/+0
2012-07-22fs/sysv: remove another useless write_super callArtem Bityutskiy1-4/+1
2012-07-22fs/sysv: remove useless write_super callArtem Bityutskiy1-3/+0
2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy4-39/+48
2012-07-22hfs: introduce VFS superblock object back-referenceArtem Bityutskiy2-5/+2
2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy3-4/+5