aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-01btrfs: fix comment typo in btrfs_finish_ordered_ioLiu Bo1-2/+2
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+2
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+5
2012-07-23Merge tag 'upstream-3.6-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds5-17/+25
2012-07-23locks: fix checking of fcntl_setlease argumentJ. Bruce Fields1-3/+3
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds172-2032/+2301
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 sync passesJan 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
2012-07-22hfs: remove extra mdb write on unmountArtem Bityutskiy1-2/+0
2012-07-22hfs: get rid of lock_superArtem Bityutskiy1-2/+10
2012-07-22hfs: push lock_super downArtem Bityutskiy3-6/+2
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy5-16/+43
2012-07-22hfsplus: remove useless checkArtem Bityutskiy1-3/+0
2012-07-22hfsplus: amend debugging printArtem Bityutskiy1-1/+1
2012-07-22hfsplus: make hfsplus_sync_fs staticArtem Bityutskiy2-2/+1
2012-07-22aio: now fput() is OK from interrupt context; get rid of manual delayed __fput()Al Viro1-70/+3
2012-07-22switch fput to task_work_addAl Viro1-2/+70
2012-07-22use __lookup_hash() in kern_path_parent()Al Viro1-1/+1
2012-07-20Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds3-55/+69
2012-07-20Merge tag 'upstream-3.5-rc8' of git://git.infradead.org/linux-ubifsLinus Torvalds1-2/+6
2012-07-20pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh1-3/+13
2012-07-20pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh1-2/+7
2012-07-20ore: Unlock r4w pages in exact reverse order of lockingBoaz Harrosh1-12/+12
2012-07-20ore: Remove support of partial IO request (NFS crash)Boaz Harrosh1-7/+1
2012-07-20ore: Fix NFS crash by supporting any unaligned RAID IOBoaz Harrosh1-31/+36