summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-05-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blocklatestLinus Torvalds
2011-05-17cifs: fix cifsConvertToUCS() for the mapchars caseJeff Layton
2011-05-17cifs: add fallback in is_path_accessible for old serversJeff Layton
2011-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-05-14Btrfs: fix FS_IOC_SETFLAGS ioctlLi Zefan
2011-05-14Btrfs: fix FS_IOC_GETFLAGS ioctlLi Zefan
2011-05-14fs: remove FS_COW_FLLi Zefan
2011-05-14Btrfs: fix easily get into ENOSPC in mixed caseliubo
2011-05-14Prevent oopsing in posix_acl_valid()Daniel J Blueman
2011-05-13Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2011-05-13vfs: micro-optimize acl_permission_check()Linus Torvalds
2011-05-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2011-05-11NFSv4.1: Ensure that layoutget uses the correct gfp modesTrond Myklebust
2011-05-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-05-11NFSv4.1: remove pnfs_layout_hdr from pnfs_destroy_all_layouts tmp_listAndy Adamson
2011-05-11NFSv41: Resend on NFS4ERR_RETRY_UNCACHED_REPAndy Adamson
2011-05-11ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang
2011-05-11ceph: fix list_add in ceph_put_snap_realmHenry C Chang
2011-05-11ceph: print debug message before put mds sessionHenry C Chang
2011-05-10Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-05-10fuse: fix oops in revalidate when called with NULL nameidataMiklos Szeredi
2011-05-10nilfs2: fix infinite loop in nilfs_palloc_freev functionRyusuke Konishi
2011-05-09xfs: fix race condition in AIL push triggerDave Chinner
2011-05-09xfs: make AIL target updates and compares 32bit safe.Dave Chinner
2011-05-09xfs: always push the AIL to the targetDave Chinner
2011-05-09xfs: exit AIL push work correctly when AIL is emptyDave Chinner
2011-05-09xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner
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