aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-14[XFS] Fix the transaction flags to make lazy superblock counters work.David Chinner1-1/+1
2007-07-14[XFS] Lazy Superblock CountersDavid Chinner18-54/+337
2007-07-14[XFS] Use generic shrinker interfaces in XFS.Andrew Morton3-25/+6
2007-07-14[XFS] Make hole punching at EOF atomic.David Chinner2-13/+29
2007-07-14[XFS] Fix vmalloc leak on mount/unmount.David Chinner1-1/+1
2007-07-14[XFS] Fix double free in xfs_buf_get_noaddr error handling pathChristoph Hellwig1-1/+2
2007-07-14[XFS] Fix use-after-free during log unmount.David Chinner1-7/+9
2007-07-14[XFS] Sleeping with the ilock waiting for I/O completion is Bad.David Chinner1-45/+28
2007-07-14[XFS] Don't grow filesystems past the size they can index.Nathan Scott4-13/+29
2007-07-14[XFS] Only use refcounted pages for I/OChristoph Hellwig3-38/+32
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe6-83/+0
2007-06-19[XFS] s/memclear_highpage_flush/zero_user_page/Christoph Hellwig1-1/+1
2007-05-29[XFS] Write at EOF may not update filesize correctly.David Chinner1-9/+17
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+3
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-08Merge git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds44-304/+491
2007-05-08mm: move common segment checks to separate helper functionDmitriy Monakhov1-19/+3
2007-05-08[XFS] Add lockdep support for XFSLachlan McIlroy5-28/+88
2007-05-08[XFS] Fix race in xfs_write() b/w dmapi callout and direct I/O checks.Lachlan McIlroy1-27/+26
2007-05-08[XFS] Get rid of redundant "required" in msg.Utako Kusaka1-2/+1
2007-05-08[XFS] Export via a function xfs_buftarg_list for use by kdb/xfsidbg.Tim Shimmin2-1/+12
2007-05-08[XFS] Remove unused ilen variable and references.Tim Shimmin1-4/+0
2007-05-08[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy9-88/+208
2007-05-08[XFS] Fix race condition in xfs_write().Lachlan McIlroy1-29/+32
2007-05-08[XFS] Fix uquota and oquota enforcement problems.Kouta Ooizumi3-4/+12
2007-05-08[XFS] propogate return codes from flush routinesLachlan McIlroy10-22/+53
2007-05-08[XFS] Fix quotaon syscall failures for group enforcement requests.Donald Douwsma1-3/+1
2007-05-08[XFS] Invalidate quotacheck when mounting without a quota type.Donald Douwsma1-0/+11
2007-05-08[XFS] reducing the number of random number functions.Joe Perches4-20/+3
2007-05-08[XFS] remove more misc. unused argsEric Sandeen3-15/+8
2007-05-08[XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it.Eric Sandeen5-21/+13
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen21-67/+50
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-03-22[PATCH] Make XFS workqueues nonfreezableRafael J. Wysocki1-2/+2
2007-02-20[PATCH] xfs warning fixAndrew Morton1-1/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven2-6/+6
2007-02-12[PATCH] Make XFS use BH_Unwritten and BH_Delay correctlyDavid Chinner1-3/+0
2007-02-12[PATCH] Make BH_Unwritten a first class bufferhead flag V2David Chinner1-10/+0
2007-02-10[XFS] Don't use kmap in xfs_iozero.David Chinner1-7/+3
2007-02-10[XFS] Remove a bunch of unused functions from XFS.Eric Sandeen9-294/+0
2007-02-10[XFS] Remove unused arguments from the XFS_BTREE_*_ADDR macros.Eric Sandeen7-82/+39
2007-02-10[XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen19-205/+0
2007-02-10[XFS] Make freeze code a little cleaner.David Chinner3-11/+11
2007-02-10[XFS] Remove unused argument to xfs_bmap_finishEric Sandeen9-35/+25
2007-02-10[XFS] Clean up use of VFS attr flagsEric Sandeen1-18/+13
2007-02-10[XFS] Remove useless memory barrierRalf Baechle1-1/+0