aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2005-09-05[PATCH] /proc/<pid>/numa_maps to show on which nodes pages resideChristoph Lameter
2005-09-05[XFS] Sort out some cosmetic differences between XFS trees.Nathan Scott
2005-09-05[XFS] Fix incorrect use of BMAPI_READ in unwritten extent handlingNathan Scott
2005-09-05[XFS] replace "extern inline" with "static inline" Patch from Adrian BunkChristoph Hellwig
2005-09-05[XFS] Switch kernel thread handling to the kthread_ APIChristoph Hellwig
2005-09-05[XFS] Fix racy access to pb_flags. pagebuf_rele() modified pb_flags afterDavid Chinner
2005-09-05[XFS] Retry linux inode cacech lookup if we found a stale inode. ThisChristoph Hellwig
2005-09-05[XFS] Fixes a bug in the quota code when allocating a new dquot recordTim Shimmin
2005-09-05[XFS] remove some dead code from pagebufChristoph Hellwig
2005-09-05[XFS] allow a null behaviour pointer in linvfs_clear_inodeChristoph Hellwig
2005-09-05[XFS] Manage spinlock differences between kernel versions a bit.Nathan Scott
2005-09-05[XFS] add handlers to fix xfs_flock_t alignment issues in compat ioctlsEric Sandeen
2005-09-05[XFS] Check if there is first behavior before calling VOP_RECLAIM fromFelix Blyakher
2005-09-05[XFS] Need to be able to reset sb_qflags if not mounting with quotasTim Shimmin
2005-09-05[XFS] streamline the clear_inode pathChristoph Hellwig
2005-09-05[XFS] Delay I/O completion for unwritten extents after conversionChristoph Hellwig
2005-09-05[XFS] Delay direct I/O completion to a workqueue This is nessecaryChristoph Hellwig
2005-09-05[XFS] Add in the new xfs_aops.h header file for I/O completion struct.Christoph Hellwig
2005-09-02[PATCH] uclinux: use MAP_PRIVATE when mmaping code regions in flat binary loaderGreg Ungerer
2005-09-02[XFS] Add infrastructure for tracking I/O completionsChristoph Hellwig
2005-09-02[XFS] add infrastructure for waiting on I/O completion at inode reclaimChristoph Hellwig
2005-09-02[XFS] remove unessecary vnode flagsChristoph Hellwig
2005-09-02[XFS] Fix sparse warnings in kmem_* functions Patch from Victor FuscoChristoph Hellwig
2005-09-02[XFS] Need to unlock the AIL before calling xfs_force_shutdown() becauseTim Shimmin
2005-09-02[XFS] remove struct vnode::v_typeChristoph Hellwig
2005-09-02[XFS] Remove extraneous quotacheck diagnostics.Nathan Scott
2005-09-02[XFS] Add in grpid/nogrpid mount option parsing, actual code was alwaysNathan Scott
2005-09-02[XFS] 929956 add log debugging and tracing infoTim Shimmin
2005-09-02[XFS] Fix up the calculation of the reservation overhead to hopefullyTim Shimmin
2005-09-02[XFS] Fix regression in transaction reserved-block accounting for directNathan Scott
2005-09-02[XFS] Fix check for writeable file in xfs_ioc_space ioctl codeEric Sandeen
2005-09-02[XFS] Prevent the incore superblock sb_fdblocks count from leaking when weDavid Chinner
2005-09-02[XFS] Add a chunk of tracing code to diagnose truncate related issues.Nathan Scott
2005-09-02[XFS] Make metadata IO completion consistent with other IO completionNathan Scott
2005-09-02[XFS] replace vn_get usage by iholdChristoph Hellwig
2005-09-02[XFS] send dmapi events from nopage for mmapped filesDean Roehrich
2005-09-02[XFS] upate copyrightsDean Roehrich
2005-09-02[XFS] Update copyrightsDean Roehrich
2005-09-01[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULLJesper Juhl
2005-09-01[CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriateHerbert Xu
2005-08-30Merge refs/heads/for-linus from master.kernel.org:/pub/scm/linux/kernel/git/s...Linus Torvalds
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo
2005-08-29Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-arm.git Linus Torvalds
2005-08-28fix mismerge in ll_rw_blk.cJames Bottomley
2005-08-26[PATCH] Fix oops in sysfs_hash_and_remove_file()James Bottomley
2005-08-26[PATCH] Fix oops in fs/locks.c on close of file with pending locksSteve French
2005-08-26[PATCH] hppfs: fix symlink error pathPaolo 'Blaisorblade' Giarrusso
2005-08-26[PATCH] Fixup symlink function pointers for hppfs [for 2.6.13]Paolo 'Blaisorblade' Giarrusso
2005-08-26[PATCH] Document idr_get_new_above() semantics, update inotifyJohn McCutchan
2005-08-20Don't allow normal users to set idle IO priorityLinus Torvalds