aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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 Sandeen4-11/+15
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 Kara2-0/+41
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 Kara9-13/+37
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-22hold task_lock around checks in keyctlAl Viro1-0/+2
2012-07-22get rid of ->scm_work_listAl Viro3-21/+3
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 Viro3-3/+75
2012-07-22deal with task_work callbacks adding more workAl Viro1-12/+14
2012-07-22move exit_task_work() past exit_files() et.al.Al Viro2-23/+13
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro8-52/+31
2012-07-22trim task_work: get rid of hlistAl Viro5-36/+38
2012-07-22trimming task_work: kill ->dataAl Viro5-12/+17
2012-07-22signal: make sure we don't get stopped with pending task_workAl Viro1-0/+15
2012-07-22use __lookup_hash() in kern_path_parent()Al Viro1-1/+1
2012-07-22net: ethernet: davinci_emac: add pm_runtime supportMark A. Greer1-21/+22
2012-07-22net: ethernet: davinci_emac: Remove unnecessary #includeMark A. Greer1-2/+0
2012-07-22net-next: minor cleanups for bonding documentationRick Jones1-3/+3
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend5-8/+61
2012-07-22tun: experimental zero copy tx supportMichael S. Tsirkin1-12/+134
2012-07-22skbuff: export skb_copy_ubufsMichael S. Tsirkin1-1/+1
2012-07-22net: orphan frags on receiveMichael S. Tsirkin1-1/+6
2012-07-22tun: orphan frags on xmitMichael S. Tsirkin1-0/+2