summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-10-26list.h: new helper - hlist_add_fake()Al Viro2-2/+2
2010-10-26new helper: inode_unhashed()Al Viro4-6/+6
2010-10-26unexport invalidate_inodesAl Viro2-1/+5
2010-10-26smbfs never retains inodes with zero refcount in the first placeAl Viro1-1/+0
2010-10-26ntfs: don't call invalidate_inodes()Al Viro1-15/+0
2010-10-26gfs2: invalidate_inodes() is no-op thereAl Viro2-2/+0
2010-10-26ext2_remount: don't bother with invalidate_inodes()Al Viro1-3/+1
2010-10-26fs/buffer.c: call __block_write_begin() if we have pageNamhyung Kim1-5/+4
2010-10-26lockdep: fixup checking of dir inode annotationNamhyung Kim1-1/+1
2010-10-26aio: bump i_count instead of using igrabChris Mason1-1/+14
2010-10-26fs/buffer.c: remove duplicated assignment on b_privateNamhyung Kim1-1/+0
2010-10-26fs: move exportfs since it is not a networking filesystemRandy Dunlap1-3/+3
2010-10-26hfs: use sync_dirty_bufferChristoph Hellwig2-13/+2
2010-10-26vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki2-4/+26
2010-10-26hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger3-10/+4
2010-10-26affs: testing the wrong variableDan Carpenter1-2/+2
2010-10-26fs: allow for more than 2^31 filesEric Dumazet1-10/+7
2010-10-26isofs: Fix isofs_get_blocks for 8TB filesJan Kara1-9/+8
2010-10-26fs: kill block_prepare_writeChristoph Hellwig12-72/+37
2010-10-26fs: mark destroy_inode staticChristoph Hellwig1-1/+1
2010-10-26fs: add sync_inode_metadataChristoph Hellwig8-36/+28
2010-10-26fs: move permission check back into __lookup_hashChristoph Hellwig1-10/+4
2010-10-25Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2-41/+27
2010-10-25exofs: Remove inode->i_count manipulation in exofs_new_inodeBoaz Harrosh1-19/+9
2010-10-25fs/exofs: typo fix of faild to failedJoe Perches3-14/+14
2010-10-25Coda: replace BKL with mutexYoshihisa Abe3-50/+68
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe7-189/+95
2010-10-25Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe5-12/+44
2010-10-25Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-12/+0
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds13-36/+31
2010-10-25Revert "block: fix accounting bug on cross partition merges"Jens Axboe1-12/+0
2010-10-23Revert "tty: Add a new file /proc/tty/consoles"Linus Torvalds1-158/+0
2010-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds31-1252/+1313
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+158
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-44/+43
2010-10-23ocfs2: drop the BLKDEV_IFL_WAIT flagLinus Torvalds1-2/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds27-1043/+2091
2010-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds1-0/+3
2010-10-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds60-1375/+1185
2010-10-23nilfs2: eliminate sparse warning - "context imbalance"Jiro SEKIBA1-0/+2
2010-10-23nilfs2: eliminate sparse warnings - "symbol not declared"Jiro SEKIBA2-2/+3
2010-10-23nilfs2: get rid of bdi from nilfs objectRyusuke Konishi5-9/+7
2010-10-23nilfs2: add bdev freeze/thaw supportRyusuke Konishi3-4/+58
2010-10-23nilfs2: accept 64-bit checkpoint numbers in cp mount optionRyusuke Konishi1-13/+12
2010-10-23nilfs2: remove own inode allocator and destructor for metadata filesRyusuke Konishi4-124/+2
2010-10-23nilfs2: get rid of back pointer to writable sb instanceRyusuke Konishi5-61/+2
2010-10-23nilfs2: get rid of mi_nilfs back pointer to nilfs objectRyusuke Konishi4-15/+8
2010-10-23nilfs2: see state of root dentry for mount check of snapshotsRyusuke Konishi6-37/+53
2010-10-23nilfs2: use iget for all metadata filesRyusuke Konishi14-156/+207
2010-10-23nilfs2: get rid of GCDAT inodeRyusuke Konishi12-171/+41