Commit Graph

118094 Commits (116545130cbc5214523c2f994a11c81ef9eb9186)
 

Author SHA1 Message Date
David Chinner 116545130c [XFS] kill deleted inodes list 17 years ago
David Chinner 7a3be02bae [XFS] use the inode radix tree for reclaiming inodes 17 years ago
David Chinner 396beb8531 [XFS] mark inodes for reclaim via a tag in the inode radix tree 17 years ago
David Chinner 1dc3318ae1 [XFS] rename inode reclaim functions 17 years ago
David Chinner fce08f2f3b [XFS] move inode reclaim functions to xfs_sync.c 17 years ago
Lachlan McIlroy 493dca6178 [XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statement 17 years ago
David Chinner 99fa8cb3c5 [XFS] Prevent use-after-free caused by synchronous inode reclaim 17 years ago
David Chinner bf904248a2 [XFS] Combine the XFS and Linux inodes 17 years ago
David Chinner 8290c35f87 Inode: Allow external list initialisation 17 years ago
David Chinner 2cb1599f9b Inode: Allow external initialisers 17 years ago
David Chinner 94b97e39b0 [XFS] Never call mark_inode_dirty_sync() directly 17 years ago
David Chinner 6441e54915 [XFS] factor xfs_iget_core() into hit and miss cases 17 years ago
Christoph Hellwig 3471394ba5 [XFS] fix instant oops with tracing enabled 17 years ago
David Chinner 76bf105cb1 [XFS] Move remaining quiesce code. 17 years ago
David Chinner a4e4c4f4a8 [XFS] Kill xfs_sync() 17 years ago
David Chinner cb56a4b995 [XFS] Kill SYNC_CLOSE 17 years ago
David Chinner e9f1c6ee12 [XFS] make SYNC_DELWRI no longer use xfs_sync 17 years ago
David Chinner be97d9d557 [XFS] make SYNC_ATTR no longer use xfs_sync 17 years ago
David Chinner aacaa880bf [XFS] xfssyncd: don't call xfs_sync 17 years ago
David Chinner dfd837a9eb [XFS] kill xfs_syncsub 17 years ago
David Chinner 2030b5aba8 [XFS] use xfs_sync_inodes rather than xfs_syncsub 17 years ago
David Chinner bc60a99323 [XFS] Use struct inodes instead of vnodes to kill vn_grab 17 years ago
Christoph Hellwig 2af75df7be [XFS] split out two helpers from xfs_syncsub 17 years ago
Christoph Hellwig 4e8938feba [XFS] Move XFS_BMAP_SANITY_CHECK out of line. 17 years ago
Christoph Hellwig 7cc95a821d [XFS] Always use struct xfs_btree_block instead of short / longform 17 years ago
Christoph Hellwig 136341b41a [XFS] cleanup btree record / key / ptr addressing macros. 17 years ago
David Chinner 6c7699c047 [XFS] remove the mount inode list 17 years ago
Christoph Hellwig 60197e8df3 [XFS] Cleanup maxrecs calculation. 17 years ago
David Chinner 5b4d89ae0f [XFS] Traverse inode trees when releasing dquots 17 years ago
David Chinner 683a897080 [XFS] Use the inode tree for finding dirty inodes 17 years ago
David Chinner 2f8a3ce1c2 [XFS] don't block in xfs_qm_dqflush() during async writeback. 17 years ago
David Chinner 75c68f411b [XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all() 17 years ago
David Chinner a167b17e89 [XFS] move xfssyncd code to xfs_sync.c 17 years ago
David Chinner fe4fa4b8e4 [XFS] move sync code to its own file 17 years ago
Barry Naujok 34519daae6 [XFS] Show buffer address with debug hexdump on corruption 17 years ago
Barry Naujok 89b2839319 [XFS] Check agf_btreeblks is valid when reading in the AGF 17 years ago
Barry Naujok 847fff5ca8 [XFS] Sync up kernel and user-space headers 17 years ago
Lachlan McIlroy 24ee0e49c9 [XFS] Make xfs_btree_check_ptr() debug-only code. 17 years ago
Peter Leckie d1de802155 [XFS] Fix build brakage from patch "Clean up dquot pincount code" 17 years ago
Peter Leckie bc3048e3cd [XFS] Clean up dquot pincount code. 17 years ago
Lachlan McIlroy d112f29845 [XFS] Wait for all I/O on truncate to zero file size 17 years ago
Christoph Hellwig 7f7c39ccb6 [XFS] make btree tracing generic 17 years ago
Christoph Hellwig 3cc7524c84 [XFS] mark various functions in xfs_btree.c static 17 years ago
Christoph Hellwig 4a26e66e77 [XFS] add keys_inorder and recs_inorder btree methods 17 years ago
Christoph Hellwig fd6bcc5b63 [XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recs 17 years ago
Christoph Hellwig 8cc938fe42 [XFS] implement generic xfs_btree_get_rec 17 years ago
Christoph Hellwig 91cca5df9b [XFS] implement generic xfs_btree_delete/delrec 17 years ago
Christoph Hellwig d4b3a4b7dd [XFS] move xfs_bmbt_killroot to common code 17 years ago
Christoph Hellwig 4b22a57188 [XFS] implement generic xfs_btree_insert/insrec 17 years ago
Christoph Hellwig ea77b0a66e [XFS] move xfs_bmbt_newroot to common code 17 years ago