summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2012-10-06coredump: add support for %d=__get_dumpable() in core nameOleg Nesterov
2012-10-06coredump: update coredump-related headersAlex Kelly
2012-10-06coredump: make core dump functionality optionalAlex Kelly
2012-10-06fat: simplify writeback_inode()Namjae Jeon
2012-10-06fat: no need to reset EOF in ent_put for FAT32Namjae Jeon
2012-10-06fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop
2012-10-06fs/fat: fix all other checkpatch issues in dir.cCruz Julian Bishop
2012-10-06fs/fat: fix some small checkpatch issues in dir.cCruz Julian Bishop
2012-10-06fs/fat: fix two checkpatch issues in cache.cCruz Julian Bishop
2012-10-06fs/fat: chang indentation of some comments in fat.hCruz Julian Bishop
2012-10-06fs/fat: fix some checkpatch issues in fat.hCruz Julian Bishop
2012-10-06fs/fat: fix a checkpatch issue in namei_msdos.cCruz Julian Bishop
2012-10-06fat (exportfs): fix dentry reconnectionSteven J. Magnani
2012-10-06fat (exportfs): move NFS support codeSteven J. Magnani
2012-10-06fat: use accessor function for msdos_dir_entry 'start'Namjae Jeon
2012-10-06hpfs: convert to use leXX_add_cpu()Wei Yongjun
2012-10-06binfmt_elf: Uninitialized variableAlan Cox
2012-10-06epoll: support for disabling items, and a self-test appPaton J. Lewis
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu
2012-10-05ext4: fix ext4_flush_completed_IO wait semanticsDmitry Monakhov
2012-10-04NFSv4.1: Ensure that the layout sequence id stays 'close' to the currentTrond Myklebust
2012-10-04NFSv4.1: Deal with seqid wraparound in the pNFS return-on-close codeTrond Myklebust
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-10-04btrfs: allow setting NOCOW for a zero sized file via ioctlDavid Sterba
2012-10-04Btrfs: fix punch hole when no extent existsJosef Bacik
2012-10-04Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fsJosef Bacik
2012-10-04Btrfs: remove unused write cache pages hookJosef Bacik
2012-10-04Btrfs: fix race when getting the eb out of page->privateJosef Bacik
2012-10-04Btrfs: do not hold the write_lock on the extent tree while loggingJosef Bacik
2012-10-04Btrfs: fix race with freeze and free space inodesJosef Bacik
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo
2012-10-04Btrfs: cleanup fs_info->hashersLiu Bo
2012-10-04Btrfs: cleanup for duplicated code in find_free_extentLiu Bo
2012-10-04Btrfs: fix race in sync and freeze againJosef Bacik
2012-10-04btrfs: return EPERM upon rmdir on a subvolumeDavid Sterba
2012-10-04Btrfs: using for_each_set_bit_from to simplify the codeWei Yongjun
2012-10-04Btrfs: write_buf is now callable outside send.cAnand Jain
2012-10-04Btrfs: remove unnecessary code in btree_get_extent()Tsutomu Itoh
2012-10-04Btrfs: cleanup of error processing in btree_get_extent()Tsutomu Itoh
2012-10-03NFSv4 set open access operation call flag in nfs4_init_opendata_resAndy Adamson
2012-10-03ore: signedness bug in _sp2d_min_pg()Dan Carpenter
2012-10-03NFSv4.1: Remove the dependency on CONFIG_EXPERIMENTALTrond Myklebust
2012-10-03ceph: avoid 32-bit page index overflowAlex Elder
2012-10-03ceph: return EIO on invalid layout on GET_DATALOC ioctlSage Weil
2012-10-03Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2012-10-02Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas