summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: xfs_filestreams.h doesn't need __KERNEL__Dave Chinner2013-08-121-4/+0
* xfs: remove __KERNEL__ check from xfs_dir2_leaf.cDave Chinner2013-08-121-4/+0
* xfs: remove __KERNEL__ from debug codeDave Chinner2013-08-123-4/+4
* xfs: kill __KERNEL__ check for debug code in allocation codeDave Chinner2013-08-121-3/+3
* xfs: don't special case shared superblock mountsDave Chinner2013-08-121-7/+0
* xfs: consolidate extent swap codeDave Chinner2013-08-129-517/+436
* xfs: consolidate xfs_utils.cDave Chinner2013-08-1218-358/+285
* xfs: consolidate xfs_rename.cDave Chinner2013-08-123-349/+307
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-1229-1991/+1931
* xfs: fix issues that cause userspace warningsDave Chinner2013-08-126-13/+12
* xfs: minor cleanupsDave Chinner2013-08-124-14/+4
* xfs: create xfs_bmap_util.[ch]Dave Chinner2013-08-1220-853/+957
* xfs: introduce xfs_sb.c for sharing with libxfsDave Chinner2013-08-125-797/+863
* xfs: split out the remote symlink handlingDave Chinner2013-08-125-214/+244
* xfs: split out attribute fork truncation code into separate fileDave Chinner2013-08-124-423/+455
* xfs: split out attribute listing code into separate fileDave Chinner2013-08-125-616/+658
* xfs: reshuffle dir2 definitions around for userspaceDave Chinner2013-08-1222-64/+83
* xfs: move getdents code into it's own fileDave Chinner2013-08-127-616/+649
* xfs: introduce xfs_inode_buf.c for inode buffer operationsDave Chinner2013-08-125-454/+514
* xfs: move unrelated definitions out of xfs_inode.hDave Chinner2013-08-124-38/+16
* xfs: move inode fork definitions to a new header fileDave Chinner2013-08-125-2007/+2096
* xfs: split out transaction reservation codeDave Chinner2013-08-1210-772/+851
* xfs: sync minor header differences needed by userspace.Dave Chinner2013-08-1213-8/+42
* xfs: introduce xfs_quota_defs.hDave Chinner2013-08-122-131/+160
* xfs: introduce xfs_rtalloc_defs.hDave Chinner2013-08-124-52/+54
* xfs: split out on-disk transaction definitionsDave Chinner2013-08-123-207/+208
* xfs: separate icreate log format definitions from xfs_icreate_item.hDave Chinner2013-08-122-18/+18
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-1229-137/+175
* xfs: split out EFI/EFD log item format definitionDave Chinner2013-08-122-86/+85
* xfs: split out buf log item format definitionsDave Chinner2013-08-122-97/+100
* xfs: split out inode log item format definitionDave Chinner2013-08-127-183/+200
* xfs: separate out log format definitionsDave Chinner2013-08-124-208/+207
* xfs: WQ_NON_REENTRANT is meaningless and going awayTejun Heo2013-07-301-3/+3
* xfs: di_flushiter considered harmfulDave Chinner2013-07-243-11/+36
* xfs: Start using pquotaino from the superblock.Chandra Seetharaman2013-07-225-43/+158
* xfs: Initialize all quota inodes to be NULLFSINOChandra Seetharaman2013-07-221-0/+18
* xfs: Fix a deadlock in xfs_log_commit_cil() code pathChandra Seetharaman2013-07-221-1/+1
* xfs: fix assertion failure in xfs_vm_write_failed()Jie Liu2013-07-221-1/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-146-43/+24
|\
| * efivarfs: we can use simple_lookup() nowAl Viro2013-07-141-13/+1
| * make simple_lookup() usable for filesystems that set ->s_d_opAl Viro2013-07-141-1/+2
| * configfs: don't open-code d_alloc_name()Al Viro2013-07-141-11/+2
| * fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov2013-07-131-15/+10
| * fs/file_table.c:fput(): add commentAndrew Morton2013-07-131-0/+6
| * Safer ABI for O_TMPFILEAl Viro2013-07-132-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-131-1/+1
|\ \
| * | net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-101-1/+1
* | | Merge tag 'for-linus-v3.11-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-07-1321-316/+435
|\ \ \
| * | | xfs: Fix the logic check for all quotas being turned offChandra Seetharaman2013-07-112-11/+2
| * | | xfs: Add pquota fields where gquota is used.Chandra Seetharaman2013-07-1114-124/+291