Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | | | | | | Take dirtying the inode to callers of ext2_free_blocks() | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | ext2: switch to dquot_free_block_nodirty() | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | switch minix to ->evict_inode(), fix write_inode/delete_inode race | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | switch sysfs to ->evict_inode() | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | switch procfs to ->evict_inode() | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | simplify get_cramfs_inode() | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | new helper: end_writeback() | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | Take ->i_bdev/->i_cdev handling out of clear_inode() | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | generic_detach_inode() can be static now | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | switch hugetlbfs to ->evict_inode() | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | New method - evict_inode() | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | unify fs/inode.c callers of clear_inode() | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | simplify checks for I_CLEAR/I_FREEING | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | get rid of file_fsync() | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | xfs: new truncate sequence | Christoph Hellwig | 2010-08-09 | |
| | * | | | | | | | | | exofs: New truncate sequence | Boaz Harrosh | 2010-08-09 | |
| | * | | | | | | | | | jffs2: don't open-code iget_failed() | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig | 2010-08-09 | |
| | * | | | | | | | | | always call inode_change_ok early in ->setattr | Christoph Hellwig | 2010-08-09 | |
| | * | | | | | | | | | remove inode_setattr | Christoph Hellwig | 2010-08-09 | |
| | * | | | | | | | | | default to simple_setattr | Christoph Hellwig | 2010-08-09 | |
| | * | | | | | | | | | rename generic_setattr | Christoph Hellwig | 2010-08-09 | |
| | * | | | | | | | | | add missing setattr methods | Christoph Hellwig | 2010-08-09 | |
| | * | | | | | | | | | get rid of block_write_begin_newtrunc | Christoph Hellwig | 2010-08-09 | |
| | * | | | | | | | | | introduce __block_write_begin | Christoph Hellwig | 2010-08-09 | |
| | * | | | | | | | | | clean up write_begin usage for directories in pagecache | Christoph Hellwig | 2010-08-09 | |
| | * | | | | | | | | | get rid of cont_write_begin_newtrunc | Christoph Hellwig | 2010-08-09 | |
| | * | | | | | | | | | get rid of nobh_write_begin_newtrunc | Christoph Hellwig | 2010-08-09 | |
| | * | | | | | | | | | sort out blockdev_direct_IO variants | Christoph Hellwig | 2010-08-09 | |
| | * | | | | | | | | | fix leak in __logfs_create() | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | Fix reiserfs_file_release() | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | missing include in hppfs | Al Viro | 2010-08-09 | |
| | * | | | | | | | | | Deal with missing exports for hostfs | Al Viro | 2010-08-09 | |
| * | | | | | | | | | | vfs: fix warning: 'dirent' is used uninitialized in this function | Kevin Winchester | 2010-08-09 | |
| * | | | | | | | | | | mm: avoid resetting wb_start after each writeback round | Jan Kara | 2010-08-09 | |
| * | | | | | | | | | | oom: deprecate oom_adj tunable | David Rientjes | 2010-08-09 | |
| * | | | | | | | | | | oom: badness heuristic rewrite | David Rientjes | 2010-08-09 | |
| * | | | | | | | | | | oom: move badness() declaration into oom.h | Andrew Morton | 2010-08-09 | |
| * | | | | | | | | | | oom: /proc/<pid>/oom_score treat kernel thread honestly | KOSAKI Motohiro | 2010-08-09 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||
| * | | | | | | | | | Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred... | Linus Torvalds | 2010-08-07 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | do_coredump: Do not take BKL | Arnd Bergmann | 2010-07-09 | |
| | | |_|/ / / / / / | | |/| | | | | | | | ||||
| * | | | | | | | | | Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2010-08-07 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||
| | * | | | | | | | | nfsd4: fix file open accounting for RDWR opens | J. Bruce Fields | 2010-08-07 | |
| | * | | | | | | | | nfsd: don't allow setting maxblksize after svc created | J. Bruce Fields | 2010-08-06 | |
| | * | | | | | | | | nfsd: initialize nfsd versions before creating svc | J. Bruce Fields | 2010-08-06 | |
| | * | | | | | | | | nfsd41: Fix a crash when a callback is retried | Boaz Harrosh | 2010-08-06 | |
| | * | | | | | | | | nfsd: fix startup/shutdown order bug | J. Bruce Fields | 2010-08-06 | |
| | * | | | | | | | | nfsd: minor nfsd read api cleanup | J. Bruce Fields | 2010-07-30 | |
| | * | | | | | | | | gcc-4.6: nfsd: fix initialized but not read warnings | Andi Kleen | 2010-07-29 | |
| | * | | | | | | | | nfsd4: share file descriptors between stateid's | J. Bruce Fields | 2010-07-29 |