summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka
2011-05-09Merge branch 'hpfs'Linus Torvalds
2011-05-09HPFS: Remove unused variableMikulas Patocka
2011-05-09HPFS: Move declaration up, so that there are no out-of-scope pointersMikulas Patocka
2011-05-09HPFS: Fix some unaligned accessesMikulas Patocka
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka
2011-05-09HPFS: Implement fsync for hpfsMikulas Patocka
2011-05-09HPFS: Fix a bug that filesystem was not marked dirty when remounting itMikulas Patocka
2011-05-09HPFS: Restrict uid and gid to 16-bit valuesMikulas Patocka
2011-05-09HPFS: When marking or clearing the dirty bit, sync the filesystemMikulas Patocka
2011-05-09HPFS: Use types with defined widthMikulas Patocka
2011-05-09HPFS: Remove mark_inode_dirtyMikulas Patocka
2011-05-09HPFS: Remove CR/LF conversion optionMikulas Patocka
2011-05-09HPFS: Remove remaining locksMikulas Patocka
2011-05-09HPFS: Introduce a global mutex and lock it on every callback from VFS.Mikulas Patocka
2011-05-09HPFS: Make HPFS compile on preempt and SMPMikulas Patocka
2011-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-05-06Validate size of EFI GUID partition entries.Timo Warns
2011-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil
2011-05-03logfs: initialize superblock entries earlierLinus Torvalds
2011-05-03ceph: handle ceph_osdc_new_request failure in ceph_writepages_startHenry C Chang
2011-05-03ceph: use ihold() when i_lock is heldSage Weil
2011-05-03cifs: handle errors from coalesce_t2Jeff Layton
2011-05-03cifs: refactor mid finding loop in cifs_demultiplex_threadJeff Layton
2011-05-02Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2011-05-02UBIFS: seek journal heads to the latest bud in replayArtem Bityutskiy
2011-05-02UBIFS: do not free write-buffers when in R/O modeArtem Bityutskiy
2011-04-29cifs: sanitize length checking in coalesce_t2 (try #3)Jeff Layton
2011-04-29cifs: check for bytes_remaining going to zero in CIFS_SessSetupJeff Layton
2011-04-29cifs: change bleft in decode_unicode_ssetup back to signed typeJeff Layton
2011-04-28Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2011-04-28vfs: avoid large kmalloc()s for the fdtableAndrew Morton
2011-04-27nfs: don't lose MS_SYNCHRONOUS on remount of noac mountJeff Layton
2011-04-27NFS: Return meaningful status from decode_secinfo()Bryan Schumaker
2011-04-27NFSv4: Ensure we request the ordinary fileid when doing readdirplusTrond Myklebust
2011-04-26Revert wrong fixes for common misspellingsLucas De Marchi
2011-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2011-04-25add hlist_bl_lock/unlock helpersChristoph Hellwig
2011-04-25eCryptfs: Flush dirty pages in setattrTyler Hicks
2011-04-25eCryptfs: Handle failed metadata read in lookupTyler Hicks
2011-04-25Btrfs: cleanup error handling in inode.cTsutomu Itoh
2011-04-25Btrfs: put the right bio if we have an errorJosef Bacik
2011-04-25Btrfs: free bitmaps properly when evicting the cacheJosef Bacik
2011-04-25Btrfs: Free free_space item properly in btrfs_trim_block_group()Li Zefan
2011-04-25btrfs: add missing spin_unlock to a rare exit pathDavid Sterba
2011-04-25Btrfs: check return value of kmalloc()Tsutomu Itoh