summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-02compat: restore timerfd settime and gettime compat syscallsHeiko Carstens
2013-03-01Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-03-01autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree()Tim Gardner
2013-03-01autofs - Fix sparse warning: context imbalance in autofs4_d_automount() diffe...Peter Huewe
2013-03-01btrfs: fixup/remove module.h usage as requiredPaul Gortmaker
2013-03-01Btrfs: delete inline extents when we find them during loggingJosef Bacik
2013-03-01btrfs: try harder to allocate raid56 stripe cacheDavid Sterba
2013-03-01Btrfs: cleanup to make the function btrfs_delalloc_reserve_metadata more logicWang Shilong
2013-03-01Btrfs: don't call btrfs_qgroup_free if just btrfs_qgroup_reserve failsWang Shilong
2013-03-01Btrfs: remove reduplicate check about root in the function btrfs_clean_quota_...Wang Shilong
2013-03-01Btrfs: return ENOMEM rather than use BUG_ON when btrfs_alloc_path failsWang Shilong
2013-03-01Btrfs: fix missing deleted items in btrfs_clean_quota_treeWang Shilong
2013-03-01Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-02-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-28btrfs: use only inline_pages from extent bufferDavid Sterba
2013-02-28Btrfs: fix wrong reserved space when deleting a snapshot/subvolumeMiao Xie
2013-02-28Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie
2013-02-28Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshotMiao Xie
2013-02-28btrfs: remove a printk from scan_one_deviceDavid Sterba
2013-02-28Btrfs: fix NULL pointer after aborting a transactionLiu Bo
2013-02-28Btrfs: fix memory leak of log rootsLiu Bo
2013-02-28Btrfs: copy everything if we've created an inline extentJosef Bacik
2013-02-28cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue()Ouyang Maochun
2013-02-28Merge branch 'akpm' (final batch from Andrew)Linus Torvalds
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2013-02-28idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo
2013-02-28nfs4client: convert to idr_alloc()Tejun Heo
2013-02-28ocfs2: convert to idr_alloc()Tejun Heo
2013-02-28inotify: convert to idr_alloc()Tejun Heo
2013-02-28dlm: convert to idr_alloc()Tejun Heo
2013-02-28inotify: don't use idr_remove_all()Tejun Heo
2013-02-28nfs: idr_destroy() no longer needs idr_remove_all()Tejun Heo
2013-02-28dlm: don't use idr_remove_all()Tejun Heo
2013-02-28dlm: use idr_for_each_entry() in recover_idr_clear() error pathTejun Heo
2013-02-28fs/seq_file.c:seq_lseek(): fix switch statement indentingAndrew Morton
2013-02-28seq-file: use SEEK_ macros instead of hardcoded numbersCyrill Gorcunov
2013-02-28fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica...Zhang Yanfei
2013-02-28fs/proc: clean up printksAndrew Morton
2013-02-28coredump: remove redundant defines for dumpable statesKees Cook
2013-02-28fat: mark fs as dirty on mount and clean on umountOleksij Rempel
2013-02-28fat: add extended fileds to struct fat_boot_sectorOleksij Rempel
2013-02-28hfsplus: fix issue with unzeroed unused b-tree nodesVyacheslav Dubeyko
2013-02-28hfsplus: add support of manipulation by attributes fileVyacheslav Dubeyko
2013-02-28hfsplus: rework functionality of getting, setting and deleting of extended at...Vyacheslav Dubeyko
2013-02-28hfsplus: add functionality of manipulating by records in attributes treeVyacheslav Dubeyko
2013-02-28hfsplus: add on-disk layout declarations related to attributes treeVyacheslav Dubeyko