summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-07-23ocfs2: Remove syncjiff field from quota infoJan Kara2-4/+2
2009-07-23ocfs2: Fix initialization of blockcheck statsJan Kara1-0/+1
2009-07-23ocfs2: Zero out padding of on disk dquot structureJan Kara1-0/+1
2009-07-23ocfs2: Initialize blocks allocated to local quota fileJan Kara1-15/+83
2009-07-23ocfs2: Mark buffer uptodate before calling ocfs2_journal_access_dq()Jan Kara1-1/+3
2009-07-23ocfs2: Make global quota files blocksize alignedJan Kara1-2/+5
2009-07-23ocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_records.Tao Ma1-1/+2
2009-07-23jfs: Fix early release of acl in jfs_get_aclStefan Bader1-3/+1
2009-07-23Merge branch 'lockdep-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2009-07-23[CIFS] fix sparse warningSteve French1-2/+2
2009-07-23cifs: fix sb->s_maxbytes so that it casts properly to a signed valueJeff Layton1-4/+4
2009-07-23cifs: disable serverino if server doesn't support itJeff Layton1-1/+4
2009-07-23Btrfs: Fix crash on read failures at mountDavid Woodhouse1-0/+10
2009-07-23Btrfs: remove of redundant btrfs_header_levelDaniel Cadete1-3/+3
2009-07-23Btrfs: adjust NULL testJulia Lawall1-1/+1
2009-07-23Btrfs: Remove broken sanity check from btrfs_rmap_block()David Woodhouse1-20/+0
2009-07-23Btrfs: convert nested spin_lock_irqsave to spin_lockJulia Lawall1-2/+2
2009-07-22lockdep: Fix lockdep annotation for pipe_double_lock()Peter Zijlstra1-2/+2
2009-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2-26/+26
2009-07-22Btrfs: make sure all dirty blocks are written at commit timeYan Zheng2-37/+42
2009-07-22Btrfs: fix locking issue in btrfs_find_next_keyYan Zheng2-33/+65
2009-07-22Btrfs: fix double increment of path->slots[0] in btrfs_next_leafYan Zheng1-1/+2
2009-07-22Btrfs: properly update space information after shrinking device.Yan Zheng1-2/+2
2009-07-22Btrfs: fix definition of struct btrfs_extent_inline_refYan Zheng1-1/+1
2009-07-22NFSv4: Fix a problem whereby a buggy server can oops the kernelTrond Myklebust2-5/+13
2009-07-22ocfs2: Fix deadlock on umountJan Kara4-15/+70
2009-07-22ocfs2: Add extra credits and access the modified bh in update_edge_lengths.Tao Ma1-5/+39
2009-07-22NFSv4: Fix an NFSv4 mount regressionTrond Myklebust3-22/+26
2009-07-22NFSv4: Fix an Oops in nfs4_free_lock_stateTrond Myklebust1-1/+1
2009-07-21inotify: use GFP_NOFS under potential memory pressureEric Paris3-11/+20
2009-07-21fsnotify: fix inotify tail drop check with path entriesEric Paris1-0/+1
2009-07-21inotify: check filename before dropping repeat eventsEric Paris1-2/+7
2009-07-21fsnotify: use def_bool in kconfig instead of letting the user chooseEric Paris3-13/+3
2009-07-21inotify: fix error paths in inotify_update_watchEric Paris1-30/+49
2009-07-21inotify: do not leak inode marks in inotify_add_watchEric Paris1-4/+10
2009-07-21inotify: drop user watch count when a watch is removedEric Paris1-0/+2
2009-07-21jbd: fix race between write_metadata_buffer and get_write_accessdingdinghua1-9/+11
2009-07-21ocfs2: Fail ocfs2_get_block() immediately when a block needs allocationWengang Wang1-0/+1
2009-07-21ocfs2: Fix error return in ocfs2_write_cluster()Wengang Wang1-1/+1
2009-07-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds1-1/+1
2009-07-21ocfs2: Fix compilation warning for fs/ocfs2/xattr.cSubrata Modak1-1/+2
2009-07-21ocfs2: Initialize count in aio_write before generic_write_checksGoldwyn Rodrigues1-0/+1
2009-07-20cifs: free nativeFileSystem field before allocating a new oneJeff Layton1-0/+1
2009-07-16Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French87-559/+432
2009-07-15ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle()Jan Kara2-12/+4
2009-07-15jbd: Fix a race between checkpointing code and journal_get_write_access()Jan Kara1-33/+35
2009-07-15ext3: Fix truncation of symlinks after failed writeJan Kara1-9/+10
2009-07-15jbd: Fail to load a journal if it is too shortJan Kara1-0/+6
2009-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds3-9/+14
2009-07-15Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4