summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-02-23xfs: split and cleanup xfs_log_reserveChristoph Hellwig5-170/+151
2012-02-23xfs: share code for grant head availability checksChristoph Hellwig1-73/+60
2012-02-23xfs: share code for grant head wakeupsChristoph Hellwig2-31/+20
2012-02-23xfs: share code for grant head waitingChristoph Hellwig2-47/+18
2012-02-23xfs: add xlog_grant_head_wake_allChristoph Hellwig1-10/+14
2012-02-23xfs: add xlog_grant_head_initChristoph Hellwig1-6/+12
2012-02-23xfs: add the xlog_grant_head structureChristoph Hellwig4-73/+74
2012-02-23xfs: remove log space waitqueuesChristoph Hellwig2-10/+16
2012-02-23xfs: cleanup xfs_log_space_wakeChristoph Hellwig3-34/+8
2012-02-23xfs: remove xfs_trans_unlocked_itemChristoph Hellwig8-104/+5
2012-02-23xfs: do exact log space wakeups in xlog_ungrant_log_spaceChristoph Hellwig1-1/+1
2012-02-23xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig4-80/+45
2012-02-23xfs: cleanup quota check on disk blocks and inodes reservationsMitsuo Hayasaka1-10/+7
2012-02-21xfs: make inode quota check more generalMitsuo Hayasaka1-2/+4
2012-02-21xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka4-19/+19
2012-02-14XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intendedJesper Juhl1-2/+2
2012-02-10xfs: use a normal shrinker for the dquot freelistChristoph Hellwig6-282/+141
2012-02-03Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usageChandra Seetharaman3-5/+6
2012-02-03Change xfs_sb_from_disk() interface to take a mount pointerChandra Seetharaman3-4/+6
2012-02-03Define a new function xfs_inode_dquot()Chandra Seetharaman2-24/+22
2012-02-03Define a new function xfs_this_quota_on()Chandra Seetharaman2-6/+15
2012-02-03xfs: kill the unused XFS_BB_FSB_OFFSET macroAmit Sahrawat1-1/+0
2012-01-31xfs: show uuid when mount fails due to duplicate uuidMitsuo Hayasaka1-1/+1
2012-01-31xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans()Mitsuo Hayasaka1-1/+1
2012-01-25xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara1-1/+2
2012-01-20Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds1-0/+2
2012-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-40/+27
2012-01-19qnx4: don't leak ->BitMap on late failure exitsAl Viro1-1/+3
2012-01-19qnx4: reduce the insane nesting in qnx4_checkroot()Al Viro1-34/+22
2012-01-19qnx4: di_fname is an array, for crying out loud...Al Viro1-14/+12
2012-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-19/+14
2012-01-18Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds18-542/+374
2012-01-18Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-125/+110
2012-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds33-921/+6746
2012-01-18proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds1-106/+39
2012-01-18vfs: remove printk from set_nlink()Miklos Szeredi1-3/+0
2012-01-18wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio1-0/+2
2012-01-18audit: do not call audit_getname on errorEric Paris1-15/+13
2012-01-18audit: only allow tasks to set their loginuid if it is -1Eric Paris1-3/+0
2012-01-18audit: remove task argument to audit_set_loginuidEric Paris1-1/+1
2012-01-18xfs: cleanup xfs_file_aio_writeChristoph Hellwig1-45/+37
2012-01-18xfs: always return with the iolock held from xfs_file_aio_write_checksChristoph Hellwig1-3/+4
2012-01-18xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig5-92/+30
2012-01-18xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig12-82/+56
2012-01-18xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig4-9/+24
2012-01-18xfs: replace i_flock with a sleeping bitlockChristoph Hellwig6-46/+76
2012-01-18xfs: make i_flags an unsigned longChristoph Hellwig1-1/+1
2012-01-18xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig8-115/+81
2012-01-17Merge tag 'nfs-for-3.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-178/+222
2012-01-17Btrfs: use larger system chunksChris Mason2-1/+4