nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / fs / xfs /
2008-12-01 Christoph Hellwig[XFS] remove xfs_vfs.h
2008-12-01 Christoph Hellwig[XFS] remove bhv_statvfs_t typedef
2008-12-01 Eric Sandeen[XFS] Hook up the fiemap ioctl.
2008-12-01 Eric Sandeen[XFS] Add new getbmap flags.
2008-12-01 Eric Sandeen[XFS] convert xfs_getbmap to take formatter functions
2008-12-01 Dave Chinner[XFS] fix uninitialised variable bug in dquot release.
2008-12-01 Dave Chinner[XFS] fix error inversion problems with data flushing
2008-12-01 Christoph Hellwig[XFS] fix spurious gcc warnings
2008-12-01 Christoph Hellwig[XFS] allow inode64 mount option on 32 bit systems
2008-12-01 Christoph Hellwig[XFS] wire up ->open for directories
2008-12-01 Christoph Hellwig[XFS] fix NULL pointer dereference in xfs_log_force_umount
2008-11-17 Dave Chinner[XFS] Fix double free of log tickets
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Pass credentials through dentry_open()
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-11-13 David HowellsCRED: Wrap task credential accesses in the XFS filesystem
2008-11-10 David Chinner[XFS] XFS: Check for valid transaction headers in recovery
2008-11-10 Dave Chinner[XFS] handle memory allocation failures during log...
2008-11-10 David Chinner[XFS] Account for allocated blocks when expanding direc...
2008-11-10 Lachlan McIlroy[XFS] Wait for all I/O on truncate to zero file size
2008-11-10 Lachlan McIlroy[XFS] Fix use-after-free with log and quotas
2008-11-10 Dave Chinner[XFS] Avoid using inodes that haven't been completely...
2008-11-10 Dave Chinner[XFS] fix uninitialised variable bug in dquot release
2008-11-10 Dave Chinner[XFS] handle memory allocation failures during log...
2008-10-31 David HowellsCRED: Wrap task credential accesses in the XFS filesystem
2008-10-30 David Chinner[XFS] Fix race when looking up reclaimable inodes
2008-10-30 Tim Shimmin[XFS] remove restricted chown parameter from xfs linux
2008-10-30 Christoph Hellwig[XFS] kill sys_cred
2008-10-30 David Chinner[XFS] correctly select first log item to push
2008-10-30 Christoph Hellwig[XFS] free partially initialized inodes using destroy_inode
2008-10-30 Christoph Hellwig[XFS] stop using xfs_itobp in xfs_bulkstat
2008-10-30 David Chinner[XFS] avoid all reclaimable inodes in xfs_sync_inodes_ag
2008-10-30 David Chinner[XFS] Can't lock inodes in radix tree preload region
2008-10-30 Christoph Hellwig[XFS] Trivial xfs_remove comment fixup
2008-10-30 Christoph Hellwig[XFS] fix biosize option
2008-10-30 Christoph Hellwig[XFS] fix the noquota mount option
2008-10-30 Christoph Hellwig[XFS] kill struct xfs_mount_args
2008-10-30 David Chinner[XFS] XFS: Check for valid transaction headers in recovery
2008-10-30 David Chinner[XFS] Finish removing the mount pointer from the AIL API
2008-10-30 David Chinner[XFS] Add ail pointer into log items
2008-10-30 David Chinner[XFS] Given the log a pointer to the AIL
2008-10-30 David Chinner[XFS] Move the AIL lock into the struct xfs_ail
2008-10-30 David Chinner[XFS] Allow 64 bit machines to avoid the AIL lock durin...
2008-10-30 David Chinner[XFS] move the AIl traversal over to a consistent interface
2008-10-30 David Chinner[XFS] Use a cursor for AIL traversal.
2008-10-30 David Chinner[XFS] Allocate the struct xfs_ail
2008-10-30 David Chinner[XFS] Account for allocated blocks when expanding direc...
2008-10-30 David Chinner[XFS] Prevent looping in xfs_sync_inodes_ag
2008-10-30 David Chinner[XFS] kill deleted inodes list
2008-10-30 David Chinner[XFS] use the inode radix tree for reclaiming inodes
2008-10-30 David Chinner[XFS] mark inodes for reclaim via a tag in the inode...
2008-10-30 David Chinner[XFS] rename inode reclaim functions
2008-10-30 David Chinner[XFS] move inode reclaim functions to xfs_sync.c
2008-10-30 Lachlan McIlroy[XFS] Fix build warning - xfs_fs_alloc_inode() needs...
2008-10-30 David Chinner[XFS] Prevent use-after-free caused by synchronous...
2008-10-30 David Chinner[XFS] Combine the XFS and Linux inodes
2008-10-30 David Chinner[XFS] Never call mark_inode_dirty_sync() directly
2008-10-30 David Chinner[XFS] factor xfs_iget_core() into hit and miss cases
2008-10-30 Christoph Hellwig[XFS] fix instant oops with tracing enabled
2008-10-30 David Chinner[XFS] Move remaining quiesce code.
2008-10-30 David Chinner[XFS] Kill xfs_sync()
2008-10-30 David Chinner[XFS] Kill SYNC_CLOSE
2008-10-30 David Chinner[XFS] make SYNC_DELWRI no longer use xfs_sync
2008-10-30 David Chinner[XFS] make SYNC_ATTR no longer use xfs_sync
2008-10-30 David Chinner[XFS] xfssyncd: don't call xfs_sync
2008-10-30 David Chinner[XFS] kill xfs_syncsub
2008-10-30 David Chinner[XFS] use xfs_sync_inodes rather than xfs_syncsub
2008-10-30 David Chinner[XFS] Use struct inodes instead of vnodes to kill vn_grab
2008-10-30 Christoph Hellwig[XFS] split out two helpers from xfs_syncsub
2008-10-30 Christoph Hellwig[XFS] Move XFS_BMAP_SANITY_CHECK out of line.
2008-10-30 Christoph Hellwig[XFS] Always use struct xfs_btree_block instead of...
2008-10-30 Christoph Hellwig[XFS] cleanup btree record / key / ptr addressing macros.
2008-10-30 David Chinner[XFS] remove the mount inode list
2008-10-30 Christoph Hellwig[XFS] Cleanup maxrecs calculation.
2008-10-30 David Chinner[XFS] Traverse inode trees when releasing dquots
2008-10-30 David Chinner[XFS] Use the inode tree for finding dirty inodes
2008-10-30 David Chinner[XFS] don't block in xfs_qm_dqflush() during async...
2008-10-30 David Chinner[XFS] Remove xfs_iflush_all and clean up xfs_finish_rec...
2008-10-30 David Chinner[XFS] move xfssyncd code to xfs_sync.c
2008-10-30 David Chinner[XFS] move sync code to its own file
2008-10-30 Barry Naujok[XFS] Show buffer address with debug hexdump on corruption
2008-10-30 Barry Naujok[XFS] Check agf_btreeblks is valid when reading in...
2008-10-30 Barry Naujok[XFS] Sync up kernel and user-space headers
2008-10-30 Lachlan McIlroy[XFS] Make xfs_btree_check_ptr() debug-only code.
2008-10-30 Peter Leckie[XFS] Fix build brakage from patch "Clean up dquot...
2008-10-30 Peter Leckie[XFS] Clean up dquot pincount code.
2008-10-30 Lachlan McIlroy[XFS] Wait for all I/O on truncate to zero file size
2008-10-30 Christoph Hellwig[XFS] make btree tracing generic
2008-10-30 Christoph Hellwig[XFS] mark various functions in xfs_btree.c static
2008-10-30 Christoph Hellwig[XFS] add keys_inorder and recs_inorder btree methods
2008-10-30 Christoph Hellwig[XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recs
2008-10-30 Christoph Hellwig[XFS] implement generic xfs_btree_get_rec
2008-10-30 Christoph Hellwig[XFS] implement generic xfs_btree_delete/delrec
2008-10-30 Christoph Hellwig[XFS] move xfs_bmbt_killroot to common code
2008-10-30 Christoph Hellwig[XFS] implement generic xfs_btree_insert/insrec
2008-10-30 Christoph Hellwig[XFS] move xfs_bmbt_newroot to common code
2008-10-30 Christoph Hellwig[XFS] implement semi-generic xfs_btree_new_root
2008-10-30 Christoph Hellwig[XFS] implement generic xfs_btree_split
2008-10-30 Christoph Hellwig[XFS] implement generic xfs_btree_lshift
2008-10-30 Christoph Hellwig[XFS] implement generic xfs_btree_rshift
next