aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-07-26Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-07-23Merge tag 'upstream-3.6-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2012-07-23locks: fix checking of fcntl_setlease argumentJ. Bruce Fields
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2012-07-23ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file()Al Viro
2012-07-23btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file()Al Viro
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro
2012-07-23tidy up namei.c a bitAl Viro
2012-07-23unobfuscate follow_up() a bitAl Viro
2012-07-23ext3: pass custom EOF to generic_file_llseek_size()Eric Sandeen
2012-07-23ext4: use core vfs llseek code for dir seeksEric Sandeen
2012-07-23vfs: allow custom EOF in generic_file_llseek codeEric Sandeen
2012-07-22vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...Jan Kara
2012-07-22vfs: Remove unnecessary flushing of block devicesJan Kara
2012-07-22vfs: Make sys_sync writeout also block device inodesJan Kara
2012-07-22vfs: Create function for iterating over block devicesJan Kara
2012-07-22vfs: Reorder operations during sys_syncJan Kara
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara
2012-07-22vfs: Move noop_backing_dev_info check from sync into writebackJan Kara
2012-07-22fs/ufs: get rid of write_superArtem Bityutskiy
2012-07-22fs/ufs: re-arrange the code a bitArtem Bityutskiy
2012-07-22fs/ufs: remove extra superblock write on unmountArtem Bityutskiy
2012-07-22fs/sysv: stop using write_super and s_dirtArtem Bityutskiy
2012-07-22fs/sysv: remove another useless write_super callArtem Bityutskiy
2012-07-22fs/sysv: remove useless write_super callArtem Bityutskiy
2012-07-22hfs: get rid of hfs_sync_superArtem Bityutskiy
2012-07-22hfs: introduce VFS superblock object back-referenceArtem Bityutskiy
2012-07-22hfs: simplify a bit checking for R/OArtem Bityutskiy
2012-07-22hfs: remove extra mdb write on unmountArtem Bityutskiy
2012-07-22hfs: get rid of lock_superArtem Bityutskiy
2012-07-22hfs: push lock_super downArtem Bityutskiy
2012-07-22hfsplus: get rid of write_superArtem Bityutskiy
2012-07-22hfsplus: remove useless checkArtem Bityutskiy
2012-07-22hfsplus: amend debugging printArtem Bityutskiy
2012-07-22hfsplus: make hfsplus_sync_fs staticArtem Bityutskiy
2012-07-22aio: now fput() is OK from interrupt context; get rid of manual delayed __fput()Al Viro
2012-07-22switch fput to task_work_addAl Viro
2012-07-22use __lookup_hash() in kern_path_parent()Al Viro
2012-07-20Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2012-07-20Merge tag 'upstream-3.5-rc8' of git://git.infradead.org/linux-ubifsLinus Torvalds
2012-07-20GFS2: Eliminate 64-bit dividesBob Peterson