aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: Fix fencepost error in chosing choosing group vs file preallocation.Tao Ma2010-03-011-1/+1
* jbd2: clean up an assertion in jbd2_journal_commit_transaction()dingdinghua2010-02-241-2/+1
* ext4: trivial quota cleanupDmitry Monakhov2010-03-011-54/+69
* ext4: mount flags manipulation cleanupDmitry Monakhov2010-02-241-18/+13
* ext4: Add flag to files with blocks intentionally past EOFJiaying Zhang2010-02-244-4/+41
* ext4: Fix BUG_ON at fs/buffer.c:652 in no journal modeCurt Wohlgemuth2010-02-164-7/+7
* jbd2: delay discarding buffers in journal_unmap_bufferdingdinghua2010-02-152-17/+36
* ext4: correctly calculate number of blocks for fiemapLeonard Michlmayr2010-03-041-2/+7
* ext4: add missing error checking to ext4_expand_extra_isize_ea()Roel Kluin2010-02-151-0/+2
* ext4: move __func__ into a macro for ext4_warning, ext4_errorEric Sandeen2010-02-1513-210/+146
* ext4: Reserve INCOMPAT_EA_INODE and INCOMPAT_DIRDATA feature codepointsTheodore Ts'o2010-01-251-0/+3
* ext4: Use bitops to read/modify EXT4_I(inode)->i_stateTheodore Ts'o2010-01-247-51/+71
* ext4: Use slab allocator for sub-page sized allocationsTheodore Ts'o2009-12-071-0/+132
* ext4: Add new tracepoints to debug delayed allocation space functionsTheodore Ts'o2010-01-011-0/+2
* ext4: Add new tracepoint for jbd2_cleanup_journal_tailTheodore Ts'o2009-12-231-0/+1
* ext4: Add block validity check when truncating indirect block mapped inodesTheodore Ts'o2010-01-223-12/+35
* ext4: Fix optional-arg mount optionsEric Sandeen2010-02-151-8/+15
* ext4: fix async i/o writes beyond 4GB to a sparse fileEric Sandeen2010-02-043-5/+5
* GFS2: Fix bmap allocation corner-case bugSteven Whitehouse2010-02-121-1/+1
* GFS2: Fix error codeAbhijith Das2010-02-121-1/+1
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-02-115-12/+10
|\
| * NFS: Fix the mapping of the NFSERR_SERVERFAULT errorTrond Myklebust2010-02-093-5/+5
| * NFS: Remove a redundant check for PageFsCache in nfs_migrate_page()Trond Myklebust2010-02-091-2/+1
| * NFS: Fix a bug in nfs_fscache_release_page()Trond Myklebust2010-02-091-5/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-02-111-0/+6
|\ \
| * | [SCSI] compat_ioct: fix bsg SG_IOFUJITA Tomonori2010-02-081-0/+6
* | | fs/exec.c: restrict initial stack space expansion to rlimitMichael Neuling2010-02-111-2/+19
* | | compat_ioctl: add compat handler for TIOCGSID ioctlAndreas Schwab2010-02-111-0/+1
* | | compat_ioctl: ignore RAID_VERSION ioctlArnd Bergmann2010-02-101-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-02-107-14/+54
|\ \ \
| * | | cifs: fix dentry hash calculation for case-insensitive mountsJeff Layton2010-02-081-2/+5
| * | | [CIFS] Don't cache timestamps on utimes due to coarse granularitySteve French2010-02-081-1/+11
| * | | [CIFS] Maximum username length check in session setup does not matchSteve French2010-02-061-6/+5
| * | | cifs: fix length calculation for converted unicode readdir namesJeff Layton2010-02-061-0/+1
| * | | [CIFS] Add support for TCP_NODELAYSteve French2010-01-014-5/+32
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-02-094-13/+42
|\ \ \ \ | |_|_|/ |/| | |
| * | | 9p: fix memory leak in v9fs_parse_options()Eric Van Hensbergen2010-02-081-10/+17
| * | | 9p: fix option parsingEric Van Hensbergen2010-02-081-4/+6
| * | | 9p: Include fsync support for 9p clientM. Mohan Kumar2010-02-083-1/+21
| | |/ | |/|
* | | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-02-081-9/+1
|\ \ \
| * | | Revert "nfsd4: fix error return when pseudoroot missing"J. Bruce Fields2010-02-081-9/+1
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds2010-02-0828-129/+284
|\ \ \ \ | |_|/ / |/| | |
| * | | ocfs2/cluster: Make o2net connect messages KERN_NOTICESunil Mushran2010-02-081-3/+3
| * | | ocfs2/dlm: Fix printing of locknameSunil Mushran2010-02-081-1/+1
| * | | ocfs2: Fix contiguousness check in ocfs2_try_to_merge_extent_map()Roel Kluin2010-02-051-1/+1
| * | | ocfs2/dlm: Remove BUG_ON in dlm recovery when freeing locks of a dead nodeSunil Mushran2010-02-031-1/+6
| * | | ocfs2: Plugs race between the dc thread and an unlock ast messageSunil Mushran2010-02-031-1/+3
| * | | ocfs2: Remove overzealous BUG_ON during blocked lock processingSunil Mushran2010-02-021-2/+10
| * | | ocfs2: Do not downconvert if the lock level is already compatibleSunil Mushran2010-02-021-0/+13
| * | | ocfs2: Prevent a livelock in dlmglueSunil Mushran2010-02-022-3/+50