summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-10-15vfs: don't use BKL in default_llseekArnd Bergmann1-2/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann38-4/+59
2010-10-15hfsplus: fix getxattr return valueChristoph Hellwig1-1/+1
2010-10-15Export dump_{write,seek} to binary loader modulesLinus Torvalds1-0/+2
2010-10-15Un-inline the core-dump helper functionsLinus Torvalds1-0/+38
2010-10-14Don't dump task struct in a.out core-dumpsLinus Torvalds1-4/+0
2010-10-14hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpersChristoph Hellwig1-8/+0
2010-10-14hfsplus: create correct initial catalog entries for device filesChristoph Hellwig4-32/+18
2010-10-14hfsplus: remove superflous rootflags field in hfsplus_inode_infoChristoph Hellwig4-17/+12
2010-10-14hfsplus: fix link corruptionChristoph Hellwig4-12/+18
2010-10-14hfsplus: validate btree flagsChristoph Hellwig2-14/+20
2010-10-14hfsplus: handle more on-disk corruptions without oopsingEric Sandeen4-8/+48
2010-10-14hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakageAl Viro1-3/+15
2010-10-14hfsplus: fix oops on mount with corrupted btree extent recordsJeff Mahoney1-2/+9
2010-10-14Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+0
2010-10-13nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlinkJ. Bruce Fields1-2/+0
2010-10-12affs: Use sema_init instead of init_MUTEXThomas Gleixner1-2/+2
2010-10-12hfs: Convert tree_lock to mutexThomas Gleixner3-4/+4
2010-10-12fanotify: disable fanotify syscallsEric Paris1-1/+1
2010-10-12ocfs2: Add a mount option "coherency=*" to handle cluster coherency for O_DIR...Tristan Ye3-2/+45
2010-10-12Initialize max_slots earlyGoldwyn Rodrigues1-9/+9
2010-10-12When I tried to compile I got the following warning:Poyo VL1-1/+1
2010-10-12ocfs2: validate bg_free_bits_count after updateSrinivas Eeda1-0/+16
2010-10-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds4-23/+33
2010-10-09Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-1/+7
2010-10-09ocfs2/cluster: Bump up dlm protocol to version 1.1Sunil Mushran2-2/+2
2010-10-08exofs: Fix double page_unlock BUG in write_begin/endBoaz Harrosh1-1/+7
2010-10-08ARM: 6342/1: fix ASLR of PIE executablesNicolas Pitre1-1/+1
2010-10-08Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-5/+14
2010-10-07ceph: update issue_seq on cap grantSage Weil1-3/+5
2010-10-07ceph: send cap release message early on failed revoke.Greg Farnum1-10/+13
2010-10-07ceph: Update max_len with minimum required sizeAneesh Kumar K.V1-1/+4
2010-10-07ceph: Fix return value of encode_fh functionAneesh Kumar K.V1-7/+9
2010-10-07ceph: avoid null deref in osd request error pathSage Weil1-1/+1
2010-10-07ceph: fix list_add usage on unsafe_writes listHenry C Chang1-1/+1
2010-10-07xfs: properly account for reclaimed inodesJohannes Weiner1-5/+14
2010-10-07ocfs2/cluster: Show per region heartbeat elapsed timeSunil Mushran1-0/+23
2010-10-07ocfs2/cluster: Add mlogs for heartbeat up/down eventsSunil Mushran1-0/+4
2010-10-07ocfs2/cluster: Create debugfs dir/files for each regionSunil Mushran1-0/+77
2010-10-07ocfs2/cluster: Create debugfs files for live, quorum and failed region bitmapsSunil Mushran1-0/+63
2010-10-08ocfs2/cluster: Maintain bitmap of failed regionsSunil Mushran1-0/+41
2010-10-07ocfs2/cluster: Maintain bitmap of quorum regionsSunil Mushran1-0/+35
2010-10-07ocfs2/cluster: Track bitmap of live heartbeat regionsSunil Mushran1-1/+8
2010-10-08ocfs2/cluster: Track number of global heartbeat regionsSunil Mushran1-2/+22
2010-10-07ocfs2/cluster: Maintain live node bitmap per heartbeat regionSunil Mushran1-0/+7
2010-10-08ocfs2/cluster: Reorganize o2hb debugfs initSunil Mushran1-23/+78
2010-10-08ocfs2/cluster: Check slots for unconfigured live nodesSunil Mushran2-7/+36
2010-10-08ocfs2/cluster: Print messages when adding/removing nodesSunil Mushran2-1/+7
2010-10-07ocfs2/cluster: Print messages when adding/removing heartbeat regionsSunil Mushran1-1/+8
2010-10-08ocfs2/dlm: Add message DLM_QUERY_NODEINFOSunil Mushran2-1/+198