Commit Graph

8119 Commits (095d911201b0741e7f326d269a005dba55985acf)

Author SHA1 Message Date
David Howells 52fcf70329 iget: stop EXT2 from using iget() and read_inode() 17 years ago
David Howells 298384cd79 iget: stop EFS from using iget() and read_inode() 17 years ago
David Howells ce634ab28e iget: stop CIFS from using iget() and read_inode() 17 years ago
David Howells e33ab086ae iget: stop BFS from using iget() and read_inode() 17 years ago
David Howells 96eb541941 iget: stop BEFS from using iget() and read_inode() 17 years ago
David Howells 62328a0239 iget: stop autofs from using iget() and read_inode() 17 years ago
David Howells 210f855963 iget: stop AFFS from using iget() and read_inode() 17 years ago
David Howells 69840b0d06 iget: use iget_failed() in GFS2 17 years ago
David Howells aa7fa240c7 iget: use iget_failed() in AFS 17 years ago
David Howells b46980feed iget: introduce a function to register iget failure 17 years ago
David Howells e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 years ago
Randy Dunlap 25fad945a7 fs menu: small reorg 17 years ago
Erez Zadok aa81a7c712 VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctls 17 years ago
Erez Zadok deb21db778 VFS: swap do_ioctl and vfs_ioctl names 17 years ago
Erez Zadok c9845ff1df VFS: apply coding standards to fs/ioctl.c 17 years ago
Pavel Emelyanov eccba06891 gfs2: make gfs2_glock.gl_owner_pid be a struct pid * 17 years ago
Pavel Emelyanov b1e058da50 gfs2: make gfs2_holder.gh_owner_pid be a struct pid * 17 years ago
Lachlan McIlroy de2eeea609 [XFS] add __init/__exit mark to specific init/cleanup functions 17 years ago
David Chinner 450790a2c5 [XFS] Fix oops in xfs_file_readdir() 17 years ago
Christoph Hellwig cbc89dcfd2 [XFS] kill xfs_root 17 years ago
Christoph Hellwig 4188c78d95 [XFS] keep i_nlink updated and use proper accessors 17 years ago
Christoph Hellwig 222096ae7f [XFS] stop updating inode->i_blocks 17 years ago
David Chinner de08dbc197 [XFS] Make xfs_ail_check check less by default 17 years ago
David Chinner 249a8c1124 [XFS] Move AIL pushing into it's own thread 17 years ago
Christoph Hellwig 4576758db5 [XFS] use generic_permission 17 years ago
Christoph Hellwig f6aa7f2184 [XFS] stop re-checking permissions in xfs_swapext 17 years ago
Christoph Hellwig 35fec8df65 [XFS] clean up xfs_swapext 17 years ago
Christoph Hellwig 199037c598 [XFS] remove permission check from xfs_change_file_space 17 years ago
Lachlan McIlroy 9742bb93da [XFS] prevent panic during log recovery due to bogus op_hdr length 17 years ago
Christoph Hellwig f71354bc3a [XFS] Cleanup various fid related bits: 17 years ago
David Chinner edd319dc52 [XFS] Fix xfs_lowbit64 17 years ago
Christoph Hellwig 45ba598e56 [XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros. 17 years ago
Christoph Hellwig a9759f2de3 [XFS] kill superflous buffer locking (2nd attempt) 17 years ago
Robert P. J. Day 40ebd81d1a [XFS] Use kernel-supplied "roundup_pow_of_two" for simplicity 17 years ago
Tim Shimmin e6a4b37f38 [XFS] Remove the BPCSHIFT and NB* based macros from XFS. 17 years ago
Niv Sardi f7b7c3673e [XFS] Remove bogus assert 17 years ago
Eric Sandeen 71ddabb94a [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config 17 years ago
David Chinner a67d7c5f5d [XFS] Move platform specific mount option parse out of core XFS code 17 years ago
David Chinner 3ed6526441 [XFS] Implement fallocate. 17 years ago
David Chinner 5d51eff453 [XFS] Fix inode allocation latency 17 years ago
David Chinner e4143a1cf5 [XFS] Fix transaction overrun during writeback. 17 years ago
David Chinner 786f486f81 [XFS] Show all mount args in /proc/mounts 17 years ago
David Chinner 8ae2c0f64a [XFS] Fix sparse warning in xlog_recover_do_efd_trans. 17 years ago
David Chinner a8272ce0c1 [XFS] Fix up sparse warnings. 17 years ago
David Chinner a69b176df2 [XFS] Use the generic bitops rather than implementing them ourselves. 17 years ago
Vlad Apostolov c319b58b13 [XFS] Make xfs_bulkstat() to report unlinked but referenced inodes 17 years ago
Lachlan McIlroy 98ce2b5b1b [XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a due to a regression 17 years ago
Eric Sandeen bc58f9bb6b [XFS] fix 32-bit compat ioctls for GETXFLAGS, SETXFLAGS, GETVERSION 17 years ago
Eric Sandeen d4f3cc016f [XFS] lose xfs_hex_dump in favor of print_hex_dump 17 years ago
Christoph Hellwig 91906a882a [XFS] kill XFS_INOBT_IS_FREE_DISK 17 years ago