summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-03-13xfs: log timestamp updatesChristoph Hellwig
2012-03-13xfs: log file size updates at I/O completion timeChristoph Hellwig
2012-03-05xfs: log file size updates as part of unwritten extent conversionChristoph Hellwig
2012-03-05xfs: do not require an ioend for new EOF calculationChristoph Hellwig
2012-03-05xfs: use per-filesystem I/O completion workqueuesChristoph Hellwig
2012-02-29quota: make Q_XQUOTASYNC a noopChristoph Hellwig
2012-02-29xfs: include reservations in quota reportingChristoph Hellwig
2012-02-29xfs: merge xfs_qm_export_dquot into xfs_qm_scall_getquotaChristoph Hellwig
2012-02-25xfs: only take the ILOCK in xfs_reclaim_inode()Alex Elder
2012-02-22xfs: split and cleanup xfs_log_reserveChristoph Hellwig
2012-02-22xfs: share code for grant head availability checksChristoph Hellwig
2012-02-22xfs: share code for grant head wakeupsChristoph Hellwig
2012-02-22xfs: share code for grant head waitingChristoph Hellwig
2012-02-22xfs: add xlog_grant_head_wake_allChristoph Hellwig
2012-02-22xfs: add xlog_grant_head_initChristoph Hellwig
2012-02-22xfs: add the xlog_grant_head structureChristoph Hellwig
2012-02-22xfs: remove log space waitqueuesChristoph Hellwig
2012-02-22xfs: cleanup xfs_log_space_wakeChristoph Hellwig
2012-02-22xfs: remove xfs_trans_unlocked_itemChristoph Hellwig
2012-02-22xfs: do exact log space wakeups in xlog_ungrant_log_spaceChristoph Hellwig
2012-02-22xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig
2012-02-22xfs: cleanup quota check on disk blocks and inodes reservationsMitsuo Hayasaka
2012-02-21xfs: make inode quota check more generalMitsuo Hayasaka
2012-02-21xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka
2012-02-13XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intendedJesper Juhl
2012-02-10xfs: use a normal shrinker for the dquot freelistChristoph Hellwig
2012-02-03Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usageChandra Seetharaman
2012-02-03Change xfs_sb_from_disk() interface to take a mount pointerChandra Seetharaman
2012-02-03Define a new function xfs_inode_dquot()Chandra Seetharaman
2012-02-03Define a new function xfs_this_quota_on()Chandra Seetharaman
2012-02-02xfs: kill the unused XFS_BB_FSB_OFFSET macroAmit Sahrawat
2012-01-31xfs: show uuid when mount fails due to duplicate uuidMitsuo Hayasaka
2012-01-31xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans()Mitsuo Hayasaka
2012-01-25xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara
2012-01-19Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds
2012-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-01-19qnx4: don't leak ->BitMap on late failure exitsAl Viro
2012-01-19qnx4: reduce the insane nesting in qnx4_checkroot()Al Viro
2012-01-19qnx4: di_fname is an array, for crying out loud...Al Viro
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-01-17Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-01-17Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-01-17proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds
2012-01-17vfs: remove printk from set_nlink()Miklos Szeredi
2012-01-17wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio
2012-01-17audit: do not call audit_getname on errorEric Paris
2012-01-17audit: only allow tasks to set their loginuid if it is -1Eric Paris
2012-01-17audit: remove task argument to audit_set_loginuidEric Paris
2012-01-17xfs: cleanup xfs_file_aio_writeChristoph Hellwig