aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds37-173/+1885
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+59
2010-10-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-6/+6
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds28-395/+617
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds63-13658/+1061
2010-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds16-649/+765
2010-10-20ceph: do not carry i_lock for readdir from dcacheSage Weil2-26/+18
2010-10-20fs/ceph/xattr.c: Use kmemdupJulia Lawall1-2/+1
2010-10-20ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.Greg Farnum2-1/+69
2010-10-20ceph: fix debugfs warningsRandy Dunlap1-1/+2
2010-10-20ceph: switch from BKL to lock_flocks()Sage Weil1-5/+6
2010-10-20ceph: preallocate flock state without locks heldGreg Farnum2-15/+44
2010-10-20ceph: use mapping->nrpages to determine if mapping is emptySage Weil1-12/+1
2010-10-20ceph: only invalidate on check_caps if we actually have pagesSage Weil1-1/+1
2010-10-20ceph: do not hide .snap in root directorySage Weil1-1/+0
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh62-14078/+926
2010-10-20ceph-rbd: osdc support for osd call and rollback operationsYehuda Sadeh3-0/+29
2010-10-20ceph: messenger and osdc changes for rbdYehuda Sadeh6-101/+436
2010-10-20ceph: refactor osdc requests creation functionsYehuda Sadeh2-57/+155
2010-10-20ceph: lookup pool in osdmap by nameYehuda Sadeh2-0/+15
2010-10-19Merge branch 'devel-stable' into develRussell King19-93/+170
2010-10-18Merge branch 'linus' into core/lockingIngo Molnar12-52/+100
2010-10-18GFS2: fixed typoAndrea Gelmini1-1/+1
2010-10-17sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern1-0/+59
2010-10-15ocfs2: Avoid to evaluate xattr block flags again.Jeff Liu1-1/+1
2010-10-15Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2...Joel Becker75-864/+1612
2010-10-15ocfs2/cluster: Release debugfs file elapsed_time_in_msSunil Mushran1-0/+1
2010-10-15hfsplus: fix getxattr return valueChristoph Hellwig1-1/+1
2010-10-14Export dump_{write,seek} to binary loader modulesLinus Torvalds1-0/+2
2010-10-14Un-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-13Merge 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-11fanotify: disable fanotify syscallsEric Paris1-1/+1
2010-10-11ocfs2: Add a mount option "coherency=*" to handle cluster coherency for O_DIR...Tristan Ye3-2/+45
2010-10-11Initialize max_slots earlyGoldwyn Rodrigues1-9/+9
2010-10-11When I tried to compile I got the following warning:Poyo VL1-1/+1
2010-10-11ocfs2: 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-07Merge 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-06xfs: properly account for reclaimed inodesJohannes Weiner1-5/+14
2010-10-06ocfs2/cluster: Show per region heartbeat elapsed timeSunil Mushran1-0/+23
2010-10-06ocfs2/cluster: Add mlogs for heartbeat up/down eventsSunil Mushran1-0/+4
2010-10-06ocfs2/cluster: Create debugfs dir/files for each regionSunil Mushran1-0/+77
2010-10-06ocfs2/cluster: Create debugfs files for live, quorum and failed region bitmapsSunil Mushran1-0/+63
2010-10-07ocfs2/cluster: Maintain bitmap of failed regionsSunil Mushran1-0/+41
2010-10-06ocfs2/cluster: Maintain bitmap of quorum regionsSunil Mushran1-0/+35
2010-10-06ocfs2/cluster: Track bitmap of live heartbeat regionsSunil Mushran1-1/+8
2010-10-07ocfs2/cluster: Track number of global heartbeat regionsSunil Mushran1-2/+22
2010-10-06ocfs2/cluster: Maintain live node bitmap per heartbeat regionSunil Mushran1-0/+7
2010-10-07ocfs2/cluster: Reorganize o2hb debugfs initSunil Mushran1-23/+78
2010-10-07ocfs2/cluster: Check slots for unconfigured live nodesSunil Mushran2-7/+36
2010-10-07ocfs2/cluster: Print messages when adding/removing nodesSunil Mushran2-1/+7
2010-10-06ocfs2/cluster: Print messages when adding/removing heartbeat regionsSunil Mushran1-1/+8
2010-10-07ocfs2/dlm: Add message DLM_QUERY_NODEINFOSunil Mushran2-1/+198
2010-10-06ocfs2: Print message if user mounts without starting global heartbeatSunil Mushran1-0/+2
2010-10-09ocfs2/dlm: Add message DLM_QUERY_REGIONSunil Mushran3-1/+235
2010-10-07ocfs2/cluster: Get all heartbeat regionsSunil Mushran2-0/+38
2010-10-06ocfs2/dlm: Expose dlm_protocol in dlm_stateSunil Mushran1-1/+3
2010-10-07ocfs2: Add support for heartbeat=global mount optionSunil Mushran3-15/+45
2010-10-09ocfs2: Add an incompat feature flag OCFS2_FEATURE_INCOMPAT_CLUSTERINFOSunil Mushran3-9/+66
2010-10-07ocfs2/cluster: Add heartbeat mode configfs parameterSunil Mushran1-0/+72
2010-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-15/+4
2010-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-1/+1
2010-10-06GFS2: Fix type mapping for demote_rq interfaceSteven Whitehouse2-2/+4
2010-10-04writeback: always use sb->s_bdi for writeback purposesChristoph Hellwig1-15/+4
2010-10-04fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven1-1/+1
2010-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-16/+35
2010-10-01reiserfs: fix unwanted reiserfs lock recursionFrederic Weisbecker1-2/+3
2010-10-01reiserfs: fix dependency inversion between inode and reiserfs mutexesFrederic Weisbecker1-1/+1
2010-10-01proc: make /proc/pid/limits world readableJiri Olsa1-2/+2
2010-10-01cifs: prevent infinite recursion in cifs_reconnect_tconJeff Layton1-16/+33
2010-10-01hfsplus: fix rename over directoriesChristoph Hellwig1-1/+4
2010-10-01hfsplus: convert tree_lock to mutexThomas Gleixner3-4/+4
2010-10-01hfsplus: add missing extent locking in hfsplus_write_inodeChristoph Hellwig2-15/+34
2010-10-01hfsplus: protect readdir against removals from open_dir_listChristoph Hellwig1-0/+2
2010-10-01hfsplus: use atomic bitops for the superblock flagsChristoph Hellwig6-28/+30
2010-10-01hfsplus: add per-superblock lock for volume header updatesChristoph Hellwig3-24/+50
2010-10-01hfsplus: remove the rsrc_inodes listChristoph Hellwig3-4/+9
2010-10-01hfsplus: do not cache and write next_allocChristoph Hellwig2-3/+0
2010-10-01hfsplus: fix error handling in hfsplus_symlinkChristoph Hellwig1-14/+12
2010-10-01hfsplus: merge mknod/mkdir/creatChristoph Hellwig1-48/+16
2010-10-01hfsplus: clean up hfsplus_write_inodeChristoph Hellwig1-43/+37
2010-10-01hfsplus: clean up hfsplus_igetChristoph Hellwig1-37/+40
2010-10-01hfsplus: fix HFSPLUS_I calling conventionChristoph Hellwig8-173/+193
2010-10-01hfsplus: fix HFSPLUS_SB calling conventionChristoph Hellwig13-189/+209
2010-10-01hfsplus: remove BKL from hfsplus_put_superChristoph Hellwig1-5/+0
2010-10-01hfsplus: use alloc_mutex in hfsplus_sync_fsChristoph Hellwig1-2/+2
2010-10-01hfsplus: introduce alloc_mutexChristoph Hellwig3-4/+8
2010-10-01hfsplus: protect setflags using i_mutexChristoph Hellwig1-7/+8
2010-10-01hfsplus: split hfsplus_ioctlChristoph Hellwig1-65/+80
2010-10-01hfsplus: fix BKL leak in hfsplus_ioctlChristoph Hellwig1-2/+2
2010-09-30GFS2 fatal: filesystem consistency error on renameBob Peterson3-14/+24
2010-09-29Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds1-1/+1
2010-09-29ocfs2: Don't walk off the end of fast symlinks.Joel Becker1-1/+1
2010-09-29cifs: set backing_dev_info on new S_ISREG inodesJeff Layton1-0/+2
2010-09-29GFS2: Improve journal allocation via sysfsSteven Whitehouse3-11/+24
2010-09-29GFS2: Add "norecovery" mount option as a synonym for "spectator"Steven Whitehouse1-0/+1
2010-09-29GFS2: Fix spectator umount issueSteven Whitehouse2-7/+7
2010-09-29xfs: force background CIL push under sustained loadDave Chinner2-19/+30
2010-09-28GFS2: Fix compiler warning from previous patchSteven Whitehouse1-1/+1
2010-09-28GFS2: reserve more blocks for transactionsBenjamin Marzinski7-7/+20
2010-09-27GFS2: Fix journal check for spectator mountsSteven Whitehouse1-1/+2
2010-09-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-44/+117
2010-09-24GFS2: Remove upgrade mount optionSteven Whitehouse3-62/+3
2010-09-23o2dlm: force free mles during dlm exitSrinivas Eeda3-0/+42
2010-09-23ocfs2: Sync inode flags with ext2.Tao Ma2-16/+29
2010-09-23ocfs2: Move 'wanted' into parens of ocfs2_resmap_resv_bits.Tao Ma1-12/+10
2010-09-23ocfs2: Use cpu_to_le16 for e_leaf_clusters in ocfs2_bg_discontig_add_extent.Tao Ma1-2/+2
2010-09-23ocfs2: update ctime when changing the file's permission by setfaclTao Ma1-0/+3
2010-09-23GFS2: Remove localcaching mount optionSteven Whitehouse4-7/+2
2010-09-23GFS2: Remove ignore_local_fs mount argumentSteven Whitehouse2-5/+1
2010-09-22/proc/pid/smaps: fix dirty pages accountingKOSAKI Motohiro1-2/+2
2010-09-22aio: do not return ERESTARTSYS as a result of AIOJan Kara1-1/+9
2010-09-22/proc/vmcore: fix seekingArnd Bergmann1-1/+1
2010-09-22Prevent freeing uninitialized pointer in compat_do_readv_writevDan Rosenberg1-1/+1
2010-09-22Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-3/+24
2010-09-22bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friendsJan Kara1-2/+21
2010-09-22char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara1-1/+3
2010-09-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds9-83/+84
2010-09-20GFS2: Make . and .. qstrs constantSteven Whitehouse5-41/+33
2010-09-20GFS2: Use new workqueue schemeSteven Whitehouse2-3/+5
2010-09-20GFS2: Update handling of DLM return codes to match realitySteven Whitehouse1-2/+2
2010-09-20GFS2: Don't enforce min hold time when two demotes occur in rapid successionSteven Whitehouse3-5/+14
2010-09-20GFS2: Fix whitespace in previous patchSteven Whitehouse1-1/+1
2010-09-20GFS2: fallocate supportBenjamin Marzinski6-2/+272
2010-09-20GFS2: Add a bug trap in allocation codeSteven Whitehouse1-1/+9
2010-09-20GFS2: No longer experimentalSteven Whitehouse1-1/+1
2010-09-20GFS2: Remove i_disksizeSteven Whitehouse13-58/+60
2010-09-20GFS2: New truncate sequenceSteven Whitehouse4-168/+135
2010-09-19Coda: mount hangs because of missed REQ_WRITE renameJan Harkes1-2/+2
2010-09-18ocfs2/net: fix uninitialized ret in o2net_send_message_vec()Wu Fengguang1-1/+1
2010-09-17ceph: select CRYPTOSage Weil1-0/+1
2010-09-17ceph: check mapping to determine if FILE_CACHE cap is usedSage Weil1-1/+1
2010-09-17ceph: only send one flushsnap per cap_snap per mds sessionSage Weil3-6/+18
2010-09-17GFS2: gfs2_logd should be using interruptible waitsSteven Whitehouse1-1/+1
2010-09-16ceph: fix cap_snap and realm splitSage Weil3-61/+33
2010-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-3/+3
2010-09-15ocfs2: Initialize the bktcnt variable properly, and call it bucket_countJoel Becker1-4/+4
2010-09-15ocfs2: Silence unused warning.Joel Becker1-3/+3
2010-09-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds5-5/+11
2010-09-14aio: check for multiplication overflow in do_io_submitJeff Moyer1-0/+3
2010-09-14cifs: fix potential double put of TCP session referenceJeff Layton1-3/+3
2010-09-14ceph: stop sending FLUSHSNAPs when we hit a dirty capsnapSage Weil1-3/+3
2010-09-14ceph: correctly set 'follows' in flushsnap messagesSage Weil1-1/+1
2010-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds13-592/+166
2010-09-13ceph: fix dn offset during readdir_prepopulateSage Weil1-5/+6
2010-09-13fs/9p: Don't use dotl version of mknod for dotu inode operationsAneesh Kumar K.V1-1/+1
2010-09-13fs/9p: Use the correct dentry operationsAneesh Kumar K.V1-1/+4
2010-09-139p: Check for NULL fid in v9fs_dir_release()jvrao1-2/+4
2010-09-13fs/9p: Fix error handling in v9fs_get_sbAneesh Kumar K.V1-6/+14
2010-09-13fs/9p, net/9p: memory leak fixesLatchesar Ionkov1-0/+2
2010-09-12SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependenciesTrond Myklebust2-0/+2
2010-09-12statfs() gives ESTALE errorMenyhart Zoltan1-0/+8
2010-09-12NFS: Fix a typo in nfs_sockaddr_match_ipaddr6Trond Myklebust1-1/+1
2010-09-12Remove incorrect do_vfs_lock messageFabio Olive Leite1-4/+0
2010-09-11ceph: fix file offset wrapping at 4GB on 32-bit archsSage Weil1-1/+2
2010-09-11ceph: fix reconnect encoding for old serversSage Weil1-0/+2
2010-09-11ceph: fix pagelist kunmap tailYehuda Sadeh1-2/+10
2010-09-11ceph: fix null pointer deref on anon root dentry releaseSage Weil1-3/+7
2010-09-10Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-1/+4
2010-09-10Ocfs2: Handle empty list in lockres_seq_start() for dlmdebug.cTristan Ye1-1/+8
2010-09-10Ocfs2: Re-access the journal after ocfs2_insert_extent() in dxdir codes.Tristan Ye1-8/+16
2010-09-10ocfs2: Fix lockdep warning in reflink.Tao Ma2-2/+4
2010-09-10ocfs2/lockdep: Move ip_xattr_sem out of ocfs2_xattr_get_nolock.Tao Ma1-2/+2
2010-09-10Track negative entries v3Goldwyn Rodrigues6-5/+42
2010-09-10ocfs2: Cache system inodes of other slots.Tao Ma4-15/+73
2010-09-10libfs: Fix shift bug in generic_check_addressable()Joel Becker1-4/+4
2010-09-10OCFS2: Allow huge (> 16 TiB) volumes to mountPatrick J. LoPresti1-5/+46
2010-09-10JBD2: Allow feature checks before journal recoveryPatrick J. LoPresti1-0/+4
2010-09-10ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti3-7/+34
2010-09-10Merge branch 'cow_readahead' of git://oss.oracle.com/git/tma/linux-2.6 into m...Joel Becker6-17/+63
2010-09-10ocfs2: Remove obsolete comments before ocfs2_start_trans.Tao Ma1-3/+0
2010-09-10ocfs2: Remove unused old_id in ocfs2_commit_cache.Tao Ma1-2/+1
2010-09-10ocfs2: Remove ocfs2_sync_inode()Jan Kara1-10/+0
2010-09-10Reorganize data elements to reduce struct sizesGoldwyn Rodrigues5-19/+24
2010-09-10ocfs2: Remove obscure error handling in direct_write.Tao Ma1-11/+0
2010-09-10ocfs2: Add some trace log for orphan scan.Tao Ma1-0/+3
2010-09-10Ocfs2: Add new OCFS2_IOC_INFO ioctl for ocfs2 v8.Tristan Ye2-0/+451