summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-11-07Merge branch 'master' of git://oss.sgi.com:8090/xfs/linux-2.6Niv Sardi81-10173/+8094
2008-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds8-30/+86
2008-11-03cifs: fix renaming one hardlink on top of anotherJeff Layton1-1/+3
2008-11-03Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds1-18/+20
2008-11-01saner FASYNC handling on file closeAl Viro4-7/+4
2008-10-31Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-0/+3
2008-10-31Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds5-63/+46
2008-10-31CRED: Wrap task credential accesses in the XFS filesystemDavid Howells3-5/+5
2008-10-30NLM: Set address family before calling nlm_host_rebooted()Chuck Lever2-0/+2
2008-10-30nfsd: fix failure to set eof in readdir in some situationsJ. Bruce Fields1-0/+1
2008-10-30[CIFS] fix error in smb_send2Steve French3-4/+7
2008-10-30Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-8/+3
2008-10-30fs: remove excess kernel-docRandy Dunlap1-1/+0
2008-10-30ecryptfs: fix memory corruption when storing crypto info in xattrsEric Sandeen1-7/+8
2008-10-30fs: remove prepare_write/commit_writeNick Piggin4-6/+5
2008-10-30[XFS] Fix race when looking up reclaimable inodesDavid Chinner2-10/+23
2008-10-30[XFS] remove restricted chown parameter from xfs linuxTim Shimmin6-30/+3
2008-10-30[XFS] kill sys_credChristoph Hellwig8-30/+9
2008-10-30[XFS] correctly select first log item to pushDavid Chinner1-1/+1
2008-10-30[XFS] free partially initialized inodes using destroy_inodeChristoph Hellwig3-11/+29
2008-10-30Inode: export symbol destroy_inodeChristoph Hellwig1-0/+1
2008-10-30[XFS] stop using xfs_itobp in xfs_bulkstatChristoph Hellwig3-21/+19
2008-10-30[XFS] avoid all reclaimable inodes in xfs_sync_inodes_agDavid Chinner1-57/+18
2008-10-30[XFS] Can't lock inodes in radix tree preload regionDavid Chinner1-7/+11
2008-10-30[XFS] Trivial xfs_remove comment fixupChristoph Hellwig1-2/+2
2008-10-30[XFS] fix biosize optionChristoph Hellwig1-1/+1
2008-10-30[XFS] fix the noquota mount optionChristoph Hellwig1-0/+1
2008-10-30[XFS] kill struct xfs_mount_argsChristoph Hellwig8-426/+195
2008-10-30[XFS] XFS: Check for valid transaction headers in recoveryDavid Chinner1-1/+7
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner14-119/+91
2008-10-30[XFS] Add ail pointer into log itemsDavid Chinner6-14/+40
2008-10-30[XFS] Given the log a pointer to the AILDavid Chinner3-22/+24
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailDavid Chinner12-58/+59
2008-10-30[XFS] Allow 64 bit machines to avoid the AIL lock during flushesDavid Chinner3-14/+32
2008-10-30[XFS] move the AIl traversal over to a consistent interfaceDavid Chinner5-92/+58
2008-10-30[XFS] Use a cursor for AIL traversal.David Chinner4-109/+218
2008-10-30[XFS] Allocate the struct xfs_ailDavid Chinner4-65/+77
2008-10-30[XFS] Account for allocated blocks when expanding directoriesDavid Chinner2-0/+11
2008-10-30[XFS] Prevent looping in xfs_sync_inodes_agDavid Chinner1-4/+22
2008-10-30[XFS] kill deleted inodes listDavid Chinner8-29/+10
2008-10-30[XFS] use the inode radix tree for reclaiming inodesDavid Chinner1-10/+71
2008-10-30[XFS] mark inodes for reclaim via a tag in the inode radix treeDavid Chinner5-0/+54
2008-10-30[XFS] rename inode reclaim functionsDavid Chinner4-9/+9
2008-10-30[XFS] move inode reclaim functions to xfs_sync.cDavid Chinner4-92/+94
2008-10-30[XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statementLachlan McIlroy1-0/+1
2008-10-30[XFS] Prevent use-after-free caused by synchronous inode reclaimDavid Chinner1-18/+14
2008-10-30[XFS] Combine the XFS and Linux inodesDavid Chinner7-203/+108
2008-10-30Inode: Allow external list initialisationDavid Chinner1-21/+46
2008-10-30Inode: Allow external initialisersDavid Chinner1-62/+78
2008-10-30[XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner3-3/+3