aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-05-09Don't lock guardpage if the stack is growing upGravatar Mikulas Patocka 1-5/+7
2011-05-09Merge branch 'hpfs'Gravatar Linus Torvalds 15-793/+730
2011-05-09HPFS: Remove unused variableGravatar Mikulas Patocka 1-4/+0
2011-05-09HPFS: Move declaration up, so that there are no out-of-scope pointersGravatar Mikulas Patocka 1-1/+1
2011-05-09HPFS: Fix some unaligned accessesGravatar Mikulas Patocka 3-24/+32
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesGravatar Mikulas Patocka 11-418/+498
2011-05-09HPFS: Implement fsync for hpfsGravatar Mikulas Patocka 1-2/+2
2011-05-09HPFS: Fix a bug that filesystem was not marked dirty when remounting itGravatar Mikulas Patocka 1-8/+8
2011-05-09HPFS: Restrict uid and gid to 16-bit valuesGravatar Mikulas Patocka 1-0/+4
2011-05-09HPFS: When marking or clearing the dirty bit, sync the filesystemGravatar Mikulas Patocka 1-0/+3
2011-05-09HPFS: Use types with defined widthGravatar Mikulas Patocka 1-112/+107
2011-05-09HPFS: Remove mark_inode_dirtyGravatar Mikulas Patocka 1-3/+0
2011-05-09HPFS: Remove CR/LF conversion optionGravatar Mikulas Patocka 6-75/+7
2011-05-09HPFS: Remove remaining locksGravatar Mikulas Patocka 9-155/+50
2011-05-09HPFS: Introduce a global mutex and lock it on every callback from VFS.Gravatar Mikulas Patocka 4-18/+51
2011-05-09HPFS: Make HPFS compile on preempt and SMPGravatar Mikulas Patocka 2-6/+0
2011-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 2-68/+71
2011-05-06Validate size of EFI GUID partition entries.Gravatar Timo Warns 1-0/+6
2011-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 6-14/+32
2011-05-04ceph: do not call __mark_dirty_inode under i_lockGravatar Sage Weil 5-12/+23
2011-05-03logfs: initialize superblock entries earlierGravatar Linus Torvalds 1-4/+4
2011-05-03ceph: handle ceph_osdc_new_request failure in ceph_writepages_startGravatar Henry C Chang 1-0/+7
2011-05-03ceph: use ihold() when i_lock is heldGravatar Sage Weil 1-2/+2
2011-05-03cifs: handle errors from coalesce_t2Gravatar Jeff Layton 1-3/+7
2011-05-03cifs: refactor mid finding loop in cifs_demultiplex_threadGravatar Jeff Layton 1-46/+46
2011-05-02Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6Gravatar Linus Torvalds 3-37/+16
2011-05-02UBIFS: seek journal heads to the latest bud in replayGravatar Artem Bityutskiy 1-6/+12
2011-05-02UBIFS: do not free write-buffers when in R/O modeGravatar Artem Bityutskiy 2-31/+4
2011-04-29cifs: sanitize length checking in coalesce_t2 (try #3)Gravatar Jeff Layton 1-6/+16
2011-04-29cifs: check for bytes_remaining going to zero in CIFS_SessSetupGravatar Jeff Layton 1-1/+3
2011-04-29cifs: change bleft in decode_unicode_ssetup back to signed typeGravatar Jeff Layton 1-14/+1
2011-04-28Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 8-110/+142
2011-04-28vfs: avoid large kmalloc()s for the fdtableGravatar Andrew Morton 1-7/+11
2011-04-27nfs: don't lose MS_SYNCHRONOUS on remount of noac mountGravatar Jeff Layton 1-0/+9
2011-04-27NFS: Return meaningful status from decode_secinfo()Gravatar Bryan Schumaker 1-4/+7
2011-04-27NFSv4: Ensure we request the ordinary fileid when doing readdirplusGravatar Trond Myklebust 1-17/+14
2011-04-26Revert wrong fixes for common misspellingsGravatar Lucas De Marchi 2-2/+2
2011-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 6-15/+32
2011-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+10
2011-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 1-2/+3
2011-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Gravatar Linus Torvalds 7-79/+128
2011-04-25add hlist_bl_lock/unlock helpersGravatar Christoph Hellwig 2-20/+8
2011-04-25eCryptfs: Flush dirty pages in setattrGravatar Tyler Hicks 1-0/+6
2011-04-25eCryptfs: Handle failed metadata read in lookupGravatar Tyler Hicks 4-16/+28
2011-04-25Btrfs: cleanup error handling in inode.cGravatar Tsutomu Itoh 1-6/+9
2011-04-25Btrfs: put the right bio if we have an errorGravatar Josef Bacik 1-1/+1
2011-04-25Btrfs: free bitmaps properly when evicting the cacheGravatar Josef Bacik 1-4/+7
2011-04-25Btrfs: Free free_space item properly in btrfs_trim_block_group()Gravatar Li Zefan 1-1/+1
2011-04-25btrfs: add missing spin_unlock to a rare exit pathGravatar David Sterba 1-0/+1
2011-04-25Btrfs: check return value of kmalloc()Gravatar Tsutomu Itoh 2-0/+7