summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: Remove unused truncate function from alloc.cTao Ma2011-01-082-78/+0Star
* ocfs2/cluster: dereferencing before checking in nst_seq_show()Dan Carpenter2011-01-081-23/+24
* ocfs2: fix build for OCFS2_FS_STATS not enabledRandy Dunlap2011-01-081-0/+2
* ocfs2/cluster: Show o2net timing statisticsSunil Mushran2010-12-231-54/+157
* ocfs2/cluster: Track process message timing stats for each socketSunil Mushran2010-12-232-0/+17
* ocfs2/cluster: Track send message timing stats for each socketSunil Mushran2010-12-232-0/+30
* ocfs2/cluster: Use ktime instead of timeval in struct o2net_sock_containerSunil Mushran2010-12-233-62/+76
* ocfs2/cluster: Replace timeval with ktime in struct o2net_send_trackingSunil Mushran2010-12-233-15/+19
* ocfs2: Add DEBUG_FS dependencySunil Mushran2010-12-231-1/+1
* ocfs2/dlm: Hard code the values for enumsSunil Mushran2010-12-231-43/+43
* ocfs2/dlm: Minor cleanupSunil Mushran2010-12-232-27/+15Star
* ocfs2/dlm: Cleanup dlmdebug.cSunil Mushran2010-12-232-117/+66Star
* ocfs2: Release buffer_head in case of error in ocfs2_double_lock.Tao Ma2010-12-231-1/+4
* ocfs2/cluster: Pin the local node when o2hb thread startsSunil Mushran2010-12-161-0/+6
* ocfs2/cluster: Show pin state for each o2hb regionSunil Mushran2010-12-161-0/+23
* ocfs2/cluster: Pin/unpin o2hb regionsSunil Mushran2010-12-162-42/+182
* ocfs2/cluster: Remove dropped region from o2hb quorum region bitmapSunil Mushran2010-12-161-0/+1
* ocfs2/cluster: Pin the remote node item in configfsSunil Mushran2010-12-161-0/+9
* ocfs2/dlm: make existing convertion precedent over new lockWengang Wang2010-12-161-0/+3
* ocfs2/dlm: Cleanup mlogs in dlmthread.c, dlmast.c and dlmdomain.cSunil Mushran2010-12-163-90/+120
* ocfs2: Try to free truncate log when meeting ENOSPC in write.Tao Ma2010-12-163-1/+66
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-12-154-4/+18
|\
| * ext4: fix typo which broke '..' detection in ext4_find_entry()Aaro Koskinen2010-12-151-1/+1
| * ext4: Turn off multiple page-io submission by defaultTheodore Ts'o2010-12-143-3/+17
* | install_special_mapping skips security_file_mmap check.Tavis Ormandy2010-12-151-0/+5
* | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-12-142-13/+14
|\ \
| * | nfsd: Fix possible BUG_ON firing in set_change_infoNeil Brown2010-12-082-13/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-12-1411-94/+207
|\ \ \
| * | | Btrfs: prevent RAID level downgrades when space is lowChris Mason2010-12-141-1/+19
| * | | Btrfs: account for missing devices in RAID allocation profilesChris Mason2010-12-143-3/+36
| * | | Btrfs: EIO when we fail to read tree rootsChris Mason2010-12-131-1/+4
| * | | Btrfs: fix compiler warningsJan Beulich2010-12-102-7/+5Star
| * | | Btrfs: Make async snapshot ioctl more genericLi Zefan2010-12-102-22/+36
| * | | Btrfs: pwrite blocked when writing from the mmaped buffer of the same pageXin Zhong2010-12-101-32/+60
| * | | Btrfs: Fix a crash when mounting a subvolumeLi Zefan2010-12-101-1/+1
| * | | Btrfs: fix sync subvol/snapshot creationSage Weil2010-12-101-9/+11
| * | | Btrfs: Fix page leak in compressed writeback pathYan, Zheng2010-12-101-1/+1
| * | | Btrfs: do not BUG if we fail to remove the orphan item for dead snapshotsJosef Bacik2010-12-101-3/+7
| * | | Btrfs: fixup return code for btrfs_del_orphan_itemJosef Bacik2010-12-091-1/+5
| * | | Btrfs: do not do fast caching if we are allocating blocks for tree_rootJosef Bacik2010-12-091-6/+12
| * | | Btrfs: deal with space cache errors betterJosef Bacik2010-12-092-9/+13
| * | | Btrfs: fix use after free in O_DIRECTJosef Bacik2010-12-091-2/+1Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-12-141-6/+66
|\ \ \ \
| * | | | fuse: verify ioctl retriesMiklos Szeredi2010-11-301-0/+22
| * | | | fuse: fix ioctl when server is 32bitMiklos Szeredi2010-11-301-6/+44
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-12-141-0/+1
|\ \ \ \
| * | | | xfs: log timestamp changes to the source inode in renameChristoph Hellwig2010-12-101-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-12-145-61/+111
|\ \ \ \ \
| * | | | | ceph: fix ioctl magicSage Weil2010-12-061-1/+1
| * | | | | ceph: Behave better when handling file lock replies.Herb Shiu2010-12-011-8/+30