aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+2
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-0/+5
2012-07-23Merge tag 'upstream-3.6-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 5-17/+25
2012-07-23locks: fix checking of fcntl_setlease argumentGravatar J. Bruce Fields 1-3/+3
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 172-2032/+2301
2012-07-23ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file()Gravatar Al Viro 1-2/+2
2012-07-23btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file()Gravatar Al Viro 1-2/+2
2012-07-23switch dentry_open() to struct path, make it grab references itselfGravatar Al Viro 9-63/+45
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionGravatar Al Viro 3-65/+26
2012-07-23don't expose I_NEW inodes via dentry->d_inodeGravatar Al Viro 7-19/+19
2012-07-23tidy up namei.c a bitGravatar Al Viro 1-18/+21
2012-07-23unobfuscate follow_up() a bitGravatar Al Viro 1-1/+1
2012-07-23ext3: pass custom EOF to generic_file_llseek_size()Gravatar Eric Sandeen 1-2/+2
2012-07-23ext4: use core vfs llseek code for dir seeksGravatar Eric Sandeen 2-64/+17
2012-07-23vfs: allow custom EOF in generic_file_llseek codeGravatar Eric Sandeen 3-10/+14
2012-07-22vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...Gravatar Jan Kara 1-10/+9
2012-07-22vfs: Remove unnecessary flushing of block devicesGravatar Jan Kara 1-8/+8
2012-07-22vfs: Make sys_sync writeout also block device inodesGravatar Jan Kara 1-7/+11
2012-07-22vfs: Create function for iterating over block devicesGravatar Jan Kara 1-0/+36
2012-07-22vfs: Reorder operations during sys_syncGravatar Jan Kara 1-12/+34
2012-07-22quota: Move quota syncing to ->sync_fs methodGravatar Jan Kara 7-3/+28
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partGravatar Jan Kara 7-11/+29
2012-07-22vfs: Move noop_backing_dev_info check from sync into writebackGravatar Jan Kara 2-7/+5
2012-07-22fs/ufs: get rid of write_superGravatar Artem Bityutskiy 5-16/+42
2012-07-22fs/ufs: re-arrange the code a bitGravatar Artem Bityutskiy 1-59/+58
2012-07-22fs/ufs: remove extra superblock write on unmountGravatar Artem Bityutskiy 1-3/+0
2012-07-22fs/sysv: stop using write_super and s_dirtGravatar Artem Bityutskiy 2-11/+0
2012-07-22fs/sysv: remove another useless write_super callGravatar Artem Bityutskiy 1-4/+1
2012-07-22fs/sysv: remove useless write_super callGravatar Artem Bityutskiy 1-3/+0
2012-07-22hfs: get rid of hfs_sync_superGravatar Artem Bityutskiy 4-39/+48
2012-07-22hfs: introduce VFS superblock object back-referenceGravatar Artem Bityutskiy 2-5/+2
2012-07-22hfs: simplify a bit checking for R/OGravatar Artem Bityutskiy 3-4/+5
2012-07-22hfs: remove extra mdb write on unmountGravatar Artem Bityutskiy 1-2/+0
2012-07-22hfs: get rid of lock_superGravatar Artem Bityutskiy 1-2/+10
2012-07-22hfs: push lock_super downGravatar Artem Bityutskiy 3-6/+2
2012-07-22hfsplus: get rid of write_superGravatar Artem Bityutskiy 5-16/+43
2012-07-22hfsplus: remove useless checkGravatar Artem Bityutskiy 1-3/+0
2012-07-22hfsplus: amend debugging printGravatar Artem Bityutskiy 1-1/+1
2012-07-22hfsplus: make hfsplus_sync_fs staticGravatar Artem Bityutskiy 2-2/+1
2012-07-22aio: now fput() is OK from interrupt context; get rid of manual delayed __fput()Gravatar Al Viro 1-70/+3
2012-07-22switch fput to task_work_addGravatar Al Viro 1-2/+70
2012-07-22use __lookup_hash() in kern_path_parent()Gravatar Al Viro 1-1/+1
2012-07-20Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdGravatar Linus Torvalds 3-55/+69
2012-07-20Merge tag 'upstream-3.5-rc8' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 1-2/+6
2012-07-20pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeGravatar Boaz Harrosh 1-3/+13
2012-07-20pnfs-obj: don't leak objio_state if ore_write/read failsGravatar Boaz Harrosh 1-2/+7
2012-07-20ore: Unlock r4w pages in exact reverse order of lockingGravatar Boaz Harrosh 1-12/+12
2012-07-20ore: Remove support of partial IO request (NFS crash)Gravatar Boaz Harrosh 1-7/+1
2012-07-20ore: Fix NFS crash by supporting any unaligned RAID IOGravatar Boaz Harrosh 1-31/+36
2012-07-20UBIFS: remove invalid reference to list iterator variableGravatar Julia Lawall 1-2/+2