summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * switch bfs to ->evict_inode(), clean upAl Viro2010-08-091-38/+32
| * convert ext3 to ->evict_inode()Al Viro2010-08-093-35/+28
| * switch ufs to ->evict_inode()Al Viro2010-08-094-21/+28
| * covert fatfs to ->evict_inode()Al Viro2010-08-091-11/+9
| * switch smbfs to evict_inode()Al Viro2010-08-091-4/+4
| * switch sysv to ->evict_inode()Al Viro2010-08-092-6/+10
| * merge ext2 delete_inode and clear_inode, switch to ->evict_inode()Al Viro2010-08-094-37/+36
| * Don't dirty the victim in ext2_xattr_delete_inode()Al Viro2010-08-091-2/+0
| * Take dirtying the inode to callers of ext2_free_blocks()Al Viro2010-08-093-3/+7
| * ext2: switch to dquot_free_block_nodirty()Al Viro2010-08-092-8/+16
| * switch minix to ->evict_inode(), fix write_inode/delete_inode raceAl Viro2010-08-092-9/+12
| * switch sysfs to ->evict_inode()Al Viro2010-08-093-5/+5
| * switch procfs to ->evict_inode()Al Viro2010-08-091-3/+3
| * simplify get_cramfs_inode()Al Viro2010-08-091-50/+38
| * new helper: end_writeback()Al Viro2010-08-092-1/+13
| * Take ->i_bdev/->i_cdev handling out of clear_inode()Al Viro2010-08-091-4/+4
| * generic_detach_inode() can be static nowAl Viro2010-08-091-2/+1
| * switch hugetlbfs to ->evict_inode()Al Viro2010-08-091-20/+2
| * New method - evict_inode()Al Viro2010-08-091-1/+3
| * unify fs/inode.c callers of clear_inode()Al Viro2010-08-091-19/+17
| * simplify checks for I_CLEAR/I_FREEINGAl Viro2010-08-0910-26/+25
| * get rid of file_fsync()Al Viro2010-08-095-28/+53
| * xfs: new truncate sequenceChristoph Hellwig2010-08-094-42/+56
| * exofs: New truncate sequenceBoaz Harrosh2010-08-093-75/+42
| * jffs2: don't open-code iget_failed()Al Viro2010-08-091-12/+4
| * check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-0917-143/+76
| * always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-095-44/+42
| * remove inode_setattrChristoph Hellwig2010-08-0932-188/+403
| * default to simple_setattrChristoph Hellwig2010-08-092-11/+14
| * rename generic_setattrChristoph Hellwig2010-08-096-13/+12
| * add missing setattr methodsChristoph Hellwig2010-08-095-0/+60
| * get rid of block_write_begin_newtruncChristoph Hellwig2010-08-0912-85/+101
| * introduce __block_write_beginChristoph Hellwig2010-08-099-64/+37
| * clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-0913-107/+57
| * get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-098-27/+62
| * get rid of nobh_write_begin_newtruncChristoph Hellwig2010-08-093-41/+16
| * sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-0914-83/+140
| * fix leak in __logfs_create()Al Viro2010-08-091-1/+4
| * Fix reiserfs_file_release()Al Viro2010-08-093-24/+30
| * missing include in hppfsAl Viro2010-08-091-0/+1
| * Deal with missing exports for hostfsAl Viro2010-08-091-3/+3
* | vfs: fix warning: 'dirent' is used uninitialized in this functionKevin Winchester2010-08-092-8/+10
* | mm: avoid resetting wb_start after each writeback roundJan Kara2010-08-091-2/+3
* | oom: deprecate oom_adj tunableDavid Rientjes2010-08-091-0/+8
* | oom: badness heuristic rewriteDavid Rientjes2010-08-091-4/+90
* | oom: move badness() declaration into oom.hAndrew Morton2010-08-091-3/+0
* | oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro2010-08-091-2/+3
* | Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds2010-08-071-7/+0
|\ \
| * | do_coredump: Do not take BKLArnd Bergmann2010-07-101-7/+0
* | | Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-08-0711-287/+465
|\ \ \