summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-02-07iget: stop the MINIX filesystem from using iget() and read_inode()David Howells3-18/+33
2008-02-07iget: stop JFS from using iget() and read_inode()David Howells4-31/+40
2008-02-07iget: stop JFFS2 from using iget() and read_inode()David Howells4-26/+39
2008-02-07iget: stop ISOFS from using read_inode()David Howells4-32/+58
2008-02-07iget: stop HFSPLUS from using iget() and read_inode()David Howells4-19/+43
2008-02-07iget: stop FUSE from using iget() and read_inode()David Howells1-6/+0
2008-02-07iget: stop FreeVXFS from using iget() and read_inode()David Howells4-23/+40
2008-02-07iget: stop FAT from using iget() and read_inode()David Howells1-4/+2
2008-02-07iget: stop EXT4 from using iget() and read_inode()David Howells5-69/+86
2008-02-07iget: stop EXT3 from using iget() and read_inode()David Howells5-71/+88
2008-02-07iget: stop EXT2 from using iget() and read_inode()David Howells4-29/+46
2008-02-07iget: stop EFS from using iget() and read_inode()David Howells3-24/+40
2008-02-07iget: stop CIFS from using iget() and read_inode()David Howells3-7/+24
2008-02-07iget: stop BFS from using iget() and read_inode()David Howells3-13/+27
2008-02-07iget: stop BEFS from using iget() and read_inode()David Howells1-14/+25
2008-02-07iget: stop autofs from using iget() and read_inode()David Howells3-13/+37
2008-02-07iget: stop AFFS from using iget() and read_inode()David Howells5-19/+32
2008-02-07iget: use iget_failed() in GFS2David Howells1-1/+1
2008-02-07iget: use iget_failed() in AFSDavid Howells1-4/+1
2008-02-07iget: introduce a function to register iget failureDavid Howells1-0/+14
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells16-24/+24
2008-02-07fs menu: small reorgRandy Dunlap1-47/+46
2008-02-07VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctlsErez Zadok1-54/+75
2008-02-07VFS: swap do_ioctl and vfs_ioctl namesErez Zadok2-9/+21
2008-02-07VFS: apply coding standards to fs/ioctl.cErez Zadok1-80/+84
2008-02-07gfs2: make gfs2_glock.gl_owner_pid be a struct pid *Pavel Emelyanov2-8/+13
2008-02-07gfs2: make gfs2_holder.gh_owner_pid be a struct pid *Pavel Emelyanov3-9/+15
2008-02-07[XFS] add __init/__exit mark to specific init/cleanup functionsLachlan McIlroy5-7/+7
2008-02-07[XFS] Fix oops in xfs_file_readdir()David Chinner1-2/+1
2008-02-07[XFS] kill xfs_rootChristoph Hellwig3-23/+4
2008-02-07[XFS] keep i_nlink updated and use proper accessorsChristoph Hellwig3-2/+2
2008-02-07[XFS] stop updating inode->i_blocksChristoph Hellwig4-14/+1
2008-02-07[XFS] Make xfs_ail_check check less by defaultDavid Chinner1-9/+28
2008-02-07[XFS] Move AIL pushing into it's own threadDavid Chinner7-108/+282
2008-02-07[XFS] use generic_permissionChristoph Hellwig7-120/+25
2008-02-07[XFS] stop re-checking permissions in xfs_swapextChristoph Hellwig1-9/+11
2008-02-07[XFS] clean up xfs_swapextChristoph Hellwig1-41/+26
2008-02-07[XFS] remove permission check from xfs_change_file_spaceChristoph Hellwig1-12/+0
2008-02-07[XFS] prevent panic during log recovery due to bogus op_hdr lengthLachlan McIlroy1-1/+6
2008-02-07[XFS] Cleanup various fid related bits:Christoph Hellwig5-84/+17
2008-02-07[XFS] Fix xfs_lowbit64David Chinner1-4/+4
2008-02-07[XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.Christoph Hellwig4-71/+64
2008-02-07[XFS] kill superflous buffer locking (2nd attempt)Christoph Hellwig2-51/+5
2008-02-07[XFS] Use kernel-supplied "roundup_pow_of_two" for simplicityRobert P. J. Day2-29/+4
2008-02-07[XFS] Remove the BPCSHIFT and NB* based macros from XFS.Tim Shimmin7-47/+17
2008-02-07[XFS] Remove bogus assertNiv Sardi1-1/+0
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen13-28/+32
2008-02-07[XFS] Move platform specific mount option parse out of core XFS codeDavid Chinner3-433/+430
2008-02-07[XFS] Implement fallocate.David Chinner1-0/+43
2008-02-07[XFS] Fix inode allocation latencyDavid Chinner5-51/+23