summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* simplify get_cramfs_inode()Al Viro2010-08-091-50/+38Star
* switch hypfs to ->evict_inode()Al Viro2010-08-091-3/+3
* new helper: end_writeback()Al Viro2010-08-093-1/+14
* 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-092-3/+1Star
* switch hugetlbfs to ->evict_inode()Al Viro2010-08-091-20/+2Star
* New method - evict_inode()Al Viro2010-08-092-1/+4
* unify fs/inode.c callers of clear_inode()Al Viro2010-08-091-19/+17Star
* simplify checks for I_CLEAR/I_FREEINGAl Viro2010-08-0911-28/+27Star
* get rid of file_fsync()Al Viro2010-08-096-29/+53
* xfs: new truncate sequenceChristoph Hellwig2010-08-094-42/+56
* exofs: New truncate sequenceBoaz Harrosh2010-08-093-75/+42Star
* jffs2: don't open-code iget_failed()Al Viro2010-08-091-12/+4Star
* update documentation for the new truncate sequenceChristoph Hellwig2010-08-091-0/+18
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-0921-156/+108Star
* always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-096-48/+48
* remove inode_setattrChristoph Hellwig2010-08-0935-194/+416
* default to simple_setattrChristoph Hellwig2010-08-092-11/+14
* rename generic_setattrChristoph Hellwig2010-08-098-15/+14Star
* add missing setattr methodsChristoph Hellwig2010-08-095-0/+60
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-0913-91/+103
* introduce __block_write_beginChristoph Hellwig2010-08-0910-64/+39Star
* clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-0913-107/+57Star
* get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-099-30/+62
* get rid of nobh_write_begin_newtruncChristoph Hellwig2010-08-094-46/+17Star
* sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-0915-119/+146
* fix leak in __logfs_create()Al Viro2010-08-091-1/+4
* Fix reiserfs_file_release()Al Viro2010-08-094-26/+32
* missing include in hppfsAl Viro2010-08-091-0/+1
* Deal with missing exports for hostfsAl Viro2010-08-095-3/+28
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-08-0391-4018/+1621Star
|\
| * Merge branch 'v2.6.35'Alex Elder2010-08-02188-633/+1399
| |\
| * | xfs simplify and speed up direct I/O completionsChristoph Hellwig2010-07-261-82/+76Star
| * | xfs: move aio completion after unwritten extent conversionChristoph Hellwig2010-07-261-3/+16
| * | direct-io: move aio_complete into ->end_ioChristoph Hellwig2010-07-266-18/+37
| * | xfs: fix big endian buildDave Chinner2010-07-261-1/+2
| * | xfs: clean up xfs_bmap_get_bpChristoph Hellwig2010-07-261-25/+18Star
| * | xfs: simplify xfs_truncate_fileChristoph Hellwig2010-07-263-102/+52Star
| * | xfs: kill the b_strat callback in xfs_bufChristoph Hellwig2010-07-264-17/+3Star
| * | xfs: remove obsolete osyncisosync mount optionChristoph Hellwig2010-07-263-19/+4Star
| * | xfs: clean up filestreams helpersChristoph Hellwig2010-07-262-85/+77Star
| * | xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig2010-07-267-34/+15Star
| * | xfs: Fix build when CONFIG_XFS_POSIX_ACL=nTony Luck2010-07-261-0/+2
| * | xfs: fix unsigned underflow in xfs_free_eofblocksKulikov Vasiliy2010-07-261-2/+2
| * | xfs: use GFP_NOFS for page cache allocationDave Chinner2010-07-261-2/+2
| * | xfs: fix memory reclaim recursion deadlock on locked inode bufferDave Chinner2010-07-261-9/+11
| * | xfs: fix xfs_trans_add_item() lockdep warningsDave Chinner2010-07-261-1/+1
| * | xfs: simplify and remove xfs_ireclaimDave Chinner2010-07-263-54/+32Star
| * | xfs: don't block on buffer read errorsDave Chinner2010-07-261-4/+15
| * | xfs: move inode shrinker unregister even earlierDave Chinner2010-07-261-5/+5