aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds3-22/+44
2011-05-14Btrfs: fix FS_IOC_SETFLAGS ioctlLi Zefan1-0/+2
2011-05-14Btrfs: fix FS_IOC_GETFLAGS ioctlLi Zefan1-0/+7
2011-05-14fs: remove FS_COW_FLLi Zefan1-9/+6
2011-05-14Btrfs: fix easily get into ENOSPC in mixed caseliubo1-11/+26
2011-05-14Prevent oopsing in posix_acl_valid()Daniel J Blueman1-2/+3
2011-05-13Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds8-50/+67
2011-05-13vfs: micro-optimize acl_permission_check()Linus Torvalds1-1/+1
2011-05-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-1/+1
2011-05-11NFSv4.1: Ensure that layoutget uses the correct gfp modesTrond Myklebust7-50/+58
2011-05-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds5-11/+12
2011-05-11NFSv4.1: remove pnfs_layout_hdr from pnfs_destroy_all_layouts tmp_listAndy Adamson1-0/+1
2011-05-11NFSv41: Resend on NFS4ERR_RETRY_UNCACHED_REPAndy Adamson2-0/+8
2011-05-11ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang3-9/+10
2011-05-11ceph: fix list_add in ceph_put_snap_realmHenry C Chang1-1/+1
2011-05-11ceph: print debug message before put mds sessionHenry C Chang1-1/+1
2011-05-10Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-21/+27
2011-05-10fuse: fix oops in revalidate when called with NULL nameidataMiklos Szeredi1-1/+1
2011-05-10nilfs2: fix infinite loop in nilfs_palloc_freev functionRyusuke Konishi1-1/+1
2011-05-09xfs: fix race condition in AIL push triggerDave Chinner1-6/+10
2011-05-09xfs: make AIL target updates and compares 32bit safe.Dave Chinner1-3/+4
2011-05-09xfs: always push the AIL to the targetDave Chinner1-1/+1
2011-05-09xfs: exit AIL push work correctly when AIL is emptyDave Chinner1-13/+13
2011-05-09xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner1-0/+1
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka1-5/+7
2011-05-09Merge branch 'hpfs'Linus Torvalds15-793/+730
2011-05-09HPFS: Remove unused variableMikulas Patocka1-4/+0
2011-05-09HPFS: Move declaration up, so that there are no out-of-scope pointersMikulas Patocka1-1/+1
2011-05-09HPFS: Fix some unaligned accessesMikulas Patocka3-24/+32
2011-05-09HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka11-418/+498
2011-05-09HPFS: Implement fsync for hpfsMikulas Patocka1-2/+2
2011-05-09HPFS: Fix a bug that filesystem was not marked dirty when remounting itMikulas Patocka1-8/+8
2011-05-09HPFS: Restrict uid and gid to 16-bit valuesMikulas Patocka1-0/+4
2011-05-09HPFS: When marking or clearing the dirty bit, sync the filesystemMikulas Patocka1-0/+3
2011-05-09HPFS: Use types with defined widthMikulas Patocka1-112/+107
2011-05-09HPFS: Remove mark_inode_dirtyMikulas Patocka1-3/+0
2011-05-09HPFS: Remove CR/LF conversion optionMikulas Patocka6-75/+7
2011-05-09HPFS: Remove remaining locksMikulas Patocka9-155/+50
2011-05-09HPFS: Introduce a global mutex and lock it on every callback from VFS.Mikulas Patocka4-18/+51
2011-05-09HPFS: Make HPFS compile on preempt and SMPMikulas Patocka2-6/+0
2011-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-68/+71
2011-05-06Validate size of EFI GUID partition entries.Timo Warns1-0/+6
2011-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-14/+32
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil5-12/+23
2011-05-03logfs: initialize superblock entries earlierLinus Torvalds1-4/+4
2011-05-03ceph: handle ceph_osdc_new_request failure in ceph_writepages_startHenry C Chang1-0/+7
2011-05-03ceph: use ihold() when i_lock is heldSage Weil1-2/+2
2011-05-03cifs: handle errors from coalesce_t2Jeff Layton1-3/+7
2011-05-03cifs: refactor mid finding loop in cifs_demultiplex_threadJeff Layton1-46/+46
2011-05-02Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6Linus Torvalds3-37/+16