aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-02hppfs: hppfs_read_file() may return -ERRORRoel Kluin1-1/+6
2009-04-02ext3: avoid false EIO errorsJan Kara1-65/+74
2009-04-02ext3: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan1-2/+10
2009-04-02ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.cWei Yongjun1-8/+9
2009-04-02jbd: fix oops in jbd_journal_init_inode() on corrupted fsJan Kara1-10/+24
2009-04-02ext3: remove the BKL in ext3/ioctl.cCyrus Massoumi3-41/+22
2009-04-02vfs: check bh->b_blocknr only if BH_Mapped is setNikanth Karthikesan1-3/+3
2009-04-02writeback: guard against jiffies wraparound on inode->dirtied_when checks (try #3)Jeff Layton1-4/+22
2009-04-02vfs: skip I_CLEAR state inodesWu Fengguang3-3/+4
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells2-3/+3
2009-04-02Btrfs: BUG to BUG_ON changesStoyan Gaydarov3-6/+3
2009-04-02Btrfs: remove dead codeDan Carpenter1-2/+0
2009-04-02Btrfs: remove dead codeDan Carpenter1-1/+0
2009-04-02Btrfs: fix typos in commentsWu Fengguang3-12/+14
2009-04-02Btrfs: remove unused ftrace includeJim Owens2-2/+0
2009-04-03Btrfs: fix __ucmpdi2 compile bug on 32 bit buildsHeiko Carstens1-11/+5
2009-04-02Btrfs: free inode struct when btrfs_new_inode failsShen Feng1-1/+4
2009-04-02Btrfs: fix race in worker_loopAmit Gud1-1/+5
2009-04-02Btrfs: add flushoncommit mount optionSage Weil3-5/+15
2009-04-02Btrfs: notreelog mount optionSage Weil3-1/+15
2009-04-02Btrfs: introduce btrfs_show_optionsEric Paris1-1/+33
2009-04-03Btrfs: rework allocation clusteringChris Mason6-74/+509
2009-04-03Btrfs: Optimize locking in btrfs_next_leaf()Chris Mason1-23/+65
2009-04-03Btrfs: break up btrfs_search_slot into smaller piecesChris Mason1-90/+131
2009-04-03Btrfs: kill the pinned_mutexJosef Bacik4-16/+1
2009-04-03Btrfs: kill the block group alloc mutexJosef Bacik3-157/+83
2009-04-03Btrfs: clean up find_free_extentJosef Bacik1-165/+91
2009-04-03Btrfs: free space cache cleanupsJosef Bacik2-51/+44
2009-04-03Btrfs: unplug in the async bio submission threadsChris Mason1-1/+13
2009-04-03Btrfs: keep processing bios for a given bdev if our proc is batchingChris Mason1-0/+27
2009-04-02fuse: allow private mappings of "direct_io" filesMiklos Szeredi1-1/+11
2009-04-02fuse: allow kernel to access "direct_io" filesMiklos Szeredi2-12/+31
2009-04-02udf: Don't write integrity descriptor too oftenJan Kara5-47/+52
2009-04-02udf: Try anchor in block 256 firstJan Kara2-248/+186
2009-04-02udf: Some type fixes and cleanupsJan Kara1-6/+4
2009-04-02udf: use hardware sector sizeClemens Ladisch2-21/+50
2009-04-02udf: fix novrs mount optionClemens Ladisch1-0/+1
2009-04-02udf: Fix oops when invalid character in filename occursJan Kara1-5/+16
2009-04-02udf: return f_fsid for statfs(2)Coly Li1-1/+3
2009-04-02udf: Add checks to not underflow sector_tJan Kara1-8/+13
2009-04-02udf: fix default mode and dmode options handlingMarcin Slusarz3-6/+8
2009-04-02udf: fix sparse warnings:Jan Kara1-14/+8
2009-04-02udf: unsigned last[i] cannot be less than 0roel kluin1-2/+0
2009-04-02udf: implement mode and dmode mounting optionsMarcin Slusarz3-3/+41
2009-04-02udf: reduce stack usage of udf_get_filenameMarcin Slusarz1-16/+25
2009-04-02udf: reduce stack usage of udf_load_pvoldescMarcin Slusarz1-11/+25
2009-04-02Fix the udf code not to pass structs on stack where possible.Pekka Enberg10-116/+130
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg15-442/+444
2009-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linusFelix Blyakher92-3261/+5259
2009-04-01Merge branch 'for-linus' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds23-420/+584