lockd: always preallocate block in nlmsvc_lock()
[safe/jmp/linux-2.6] / fs / xfs /
2007-03-23 Rafael J. Wysocki[PATCH] Make XFS workqueues nonfreezable
2007-02-21 Andrew Morton[PATCH] xfs warning fix
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 3
2007-02-12 David Chinner[PATCH] Make XFS use BH_Unwritten and BH_Delay correctly
2007-02-12 David Chinner[PATCH] Make BH_Unwritten a first class bufferhead...
2007-02-10 David Chinner[XFS] Don't use kmap in xfs_iozero.
2007-02-10 Eric Sandeen[XFS] Remove a bunch of unused functions from XFS.
2007-02-10 Eric Sandeen[XFS] Remove unused arguments from the XFS_BTREE_*_ADDR...
2007-02-10 Eric Sandeen[XFS] Remove unused header files for MAC and CAP checki...
2007-02-10 David Chinner[XFS] Make freeze code a little cleaner.
2007-02-10 Eric Sandeen[XFS] Remove unused argument to xfs_bmap_finish
2007-02-10 Eric Sandeen[XFS] Clean up use of VFS attr flags
2007-02-10 Ralf Baechle[XFS] Remove useless memory barrier
2007-02-10 Eric W. Biederman[XFS] XFS sysctl cleanups
2007-02-10 Lachlan McIlroy[XFS] Fix assertion in xfs_attr_shortform_remove().
2007-02-10 Lachlan McIlroy[XFS] Fix callers of xfs_iozero() to zero the correct...
2007-02-10 David Chinner[XFS] Ensure a frozen filesystem has a clean log before...
2007-02-10 David Chinner[XFS] Fix sub-block zeroing for buffered writes into...
2007-02-10 Lachlan McIlroy[XFS] Re-initialize the per-cpu superblock counters...
2007-02-10 Kevin Jamieson[XFS] Fix block reservation changes for non-SMP systems.
2007-02-10 David Chinner[XFS] Fix block reservation mechanism.
2007-02-10 David Chinner[XFS] Make growfs work for amounts greater than 2TB
2007-02-10 David Chinner[XFS] Fix inode log item use-after-free on forced shutdown
2007-02-10 Barry Naujok[XFS] Fix attr2 corruption with btree data extents
2007-02-10 Vlad Apostolov[XFS] Workaround log space issue by increasing XFS_TRAN...
2007-02-10 Lachlan McIlroy[XFS] remove unused filp from ioctl functions
2007-02-10 Lachlan McIlroy[XFS] mraccessf & mrupdatef are supposed to be the...
2007-02-10 Lachlan McIlroy[XFS] remove unused xflags parameter from sync routines
2007-02-10 Lachlan McIlroy[XFS] fix sparse warning in xfs_da_btree.c
2007-02-10 Lachlan McIlroy[XFS] use struct kvec in struct uio
2007-02-10 David Chinner[XFS] Fix UP build breakage due to undefined m_icsb_mutex.
2007-02-10 David Chinner[XFS] Reduction global superblock lock contention near...
2007-02-10 Eric Sandeen[XFS] Get rid of old 5.3/6.1 v1 log items. Cleanup...
2007-02-10 David Chinner[XFS] Keep stack usage down for 4k stacks by using...
2007-02-10 David Chinner[XFS] Current usage of buftarg flags is incorrect.
2007-02-10 Lachlan McIlroy[XFS] Prevent buffer overrun in cmn_err().
2007-02-10 David Chinner[XFS] Fix a synchronous buftarg flush deadlock when...
2007-02-10 David Chinner[XFS] Make quiet mounts quiet
2006-12-21 David Chinner[PATCH] Fix XFS after clear_page_dirty() removal
2006-12-10 Zach Brown[PATCH] dio: only call aio_complete() after returning...
2006-12-08 Josef "Jeff" Sipek[PATCH] xfs: change uses of f_{dentry,vfsmnt} to use...
2006-12-07 Rafael J. Wysocki[PATCH] Use freezeable workqueues in XFS
2006-12-07 Nigel Cunningham[PATCH] Add include/linux/freezer.h and move definition...
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-11-21 David Chinner[XFS] Stale the correct inode when freeing clusters.
2006-11-21 Lachlan McIlroy[XFS] Fix uninitialized br_state and br_startoff in
2006-11-11 David Chinner[XFS] Remove KERNEL_VERSION macros from xfs_dmapi.h
2006-11-11 David Chinner[XFS] Prevent a deadlock when xfslogd unpins inodes.
2006-11-11 David Chinner[XFS] Clean up i_flags and i_flags_lock handling.
2006-11-11 Vlad Apostolov[XFS] 956664: dm_read_invis() changes i_atime
2006-11-11 Vlad Apostolov[XFS] rename uio_read() to xfs_uio_read()
2006-11-11 Tim Shimmin[XFS] Keep lockdep happy.
2006-11-11 Vlad Apostolov[XFS] 956618: Linux crashes on boot with XFS-DMAPI...
2006-10-20 Andrew Morton[PATCH] separate bdi congestion functions from queue...
2006-10-03 Eric SesterhennBUG_ON conversion for fs/xfs/
2006-10-01 Badari Pulavarty[PATCH] Streamline generic_file_* interfaces and filema...
2006-10-01 Badari Pulavarty[PATCH] Remove readv/writev methods and use aio_read...
2006-10-01 Badari Pulavarty[PATCH] Vectorize aio_read/aio_write fileop methods
2006-09-30 David Howells[PATCH] BLOCK: Make it possible to disable the block...
2006-09-29 Tim Shimmin[XFS] Remove v1 dir trace macro - missed in a past...
2006-09-28 Vlad Apostolov[XFS] 955947: Infinite loop in xfs_bulkstat() on format...
2006-09-28 Vlad Apostolov[XFS] pv 956241, author: nathans, rv: vapo - make ino...
2006-09-28 Vlad Apostolov[XFS] pv 956240, author: nathans, rv: vapo - Minor...
2006-09-28 David Chinner[XFS] Really fix use after free in xfs_iunpin.
2006-09-28 Eric Sandeen[XFS] Collapse sv_init and init_sv into just the one...
2006-09-28 Eric Sandeen[XFS] standardize on one sema init macro
2006-09-28 Eric Sandeen[XFS] Reduce endian flipping in alloc_btree, same as...
2006-09-28 Nathan Scott[XFS] Minor cleanup from dio locking fix, remove an...
2006-09-28 Nathan Scott[XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms.
2006-09-28 Vlad Apostolov[XFS] pv 955157, rv bnaujok - break the loop on EFAULT...
2006-09-28 Vlad Apostolov[XFS] pv 955157, rv bnaujok - break the loop on formatt...
2006-09-28 Tim Shimmin[XFS] Fixes the leak in reservation space because we...
2006-09-28 Josh Triplett[XFS] Add lock annotations to xfs_trans_update_ail and
2006-09-28 Nathan Scott[XFS] Fix a porting botch on the realtime subvol growfs...
2006-09-28 Nathan Scott[XFS] Minor code rearranging and cleanup to prevent...
2006-09-28 Nathan Scott[XFS] Remove a no-longer-correct debug assert from...
2006-09-28 Nathan Scott[XFS] Add a greedy allocation interface, allocating...
2006-09-28 Nathan Scott[XFS] Improve error handling for the zero-fsblock exten...
2006-09-28 Nathan Scott[XFS] Be more defensive with page flags (error/private...
2006-09-28 Nathan Scott[XFS] Add a debug flag for allocations which are known...
2006-09-28 Eric Sandeen[XFS] Remove several macros that are no longer used...
2006-09-28 Eric Sandeen[XFS] Remove unused iop_abort log item operation
2006-09-28 Eric Sandeen[XFS] Remove a couple of unused BUF macros
2006-09-28 Vlad Apostolov[XFS] pass file mode on DMAPI remove events
2006-09-28 Nathan Scott[XFS] Remove last bulkstat false-positives with debug...
2006-09-28 Nathan Scott[XFS] Ensure xlog_state_do_callback does not report...
2006-09-28 Nathan Scott[XFS] Increase the size of the buffer holding the local...
2006-09-28 Nathan Scott[XFS] Drop unneeded endian conversion in bulkstat and...
2006-09-28 Nathan Scott[XFS] When issuing metadata readahead, submit bio with...
2006-09-28 Nathan Scott[XFS] Rework DMAPI bulkstat calls in such a way that...
2006-09-28 Tim Shimmin[XFS] Add EA list callbacks for xfs kernel use. Cleanup...
2006-09-28 Nathan Scott[XFS] Update XFS for i_blksize removal from generic...
2006-09-28 Nathan Scott[XFS] remove accidentally reintroduced vfs unmount...
2006-09-28 Christoph Hellwig[XFS] remove bhv_lookup, _range version works aswell...
2006-09-28 Nathan Scott[XFS] use NULL for pointer initialisation instead of...
2006-09-28 Christoph Hellwig[XFS] endianess annotations for xfs_bmbt_key Trivial...
2006-09-28 Christoph Hellwig[XFS] endianess annotate XFS_BMAP_BROOT_PTR_ADDR Make...
2006-09-28 Christoph Hellwig[XFS] endianess annotations for xfs_bmbt_ptr_t/xfs_bmdr...
next