aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-12
* xfs: fix issues that cause userspace warningsDave Chinner2013-08-12
* xfs: minor cleanupsDave Chinner2013-08-12
* xfs: create xfs_bmap_util.[ch]Dave Chinner2013-08-12
* xfs: introduce xfs_sb.c for sharing with libxfsDave Chinner2013-08-12
* xfs: split out the remote symlink handlingDave Chinner2013-08-12
* xfs: split out attribute fork truncation code into separate fileDave Chinner2013-08-12
* xfs: split out attribute listing code into separate fileDave Chinner2013-08-12
* xfs: reshuffle dir2 definitions around for userspaceDave Chinner2013-08-12
* xfs: move getdents code into it's own fileDave Chinner2013-08-12
* xfs: introduce xfs_inode_buf.c for inode buffer operationsDave Chinner2013-08-12
* xfs: move unrelated definitions out of xfs_inode.hDave Chinner2013-08-12
* xfs: move inode fork definitions to a new header fileDave Chinner2013-08-12
* xfs: split out transaction reservation codeDave Chinner2013-08-12
* xfs: sync minor header differences needed by userspace.Dave Chinner2013-08-12
* xfs: introduce xfs_quota_defs.hDave Chinner2013-08-12
* xfs: introduce xfs_rtalloc_defs.hDave Chinner2013-08-12
* xfs: split out on-disk transaction definitionsDave Chinner2013-08-12
* xfs: separate icreate log format definitions from xfs_icreate_item.hDave Chinner2013-08-12
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-12
* xfs: split out EFI/EFD log item format definitionDave Chinner2013-08-12
* xfs: split out buf log item format definitionsDave Chinner2013-08-12
* xfs: split out inode log item format definitionDave Chinner2013-08-12
* xfs: separate out log format definitionsDave Chinner2013-08-12
* xfs: WQ_NON_REENTRANT is meaningless and going awayTejun Heo2013-07-30
* xfs: di_flushiter considered harmfulDave Chinner2013-07-24
* xfs: Start using pquotaino from the superblock.Chandra Seetharaman2013-07-22
* xfs: Initialize all quota inodes to be NULLFSINOChandra Seetharaman2013-07-22
* xfs: Fix a deadlock in xfs_log_commit_cil() code pathChandra Seetharaman2013-07-22
* xfs: fix assertion failure in xfs_vm_write_failed()Jie Liu2013-07-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-14
|\
| * efivarfs: we can use simple_lookup() nowAl Viro2013-07-14
| * make simple_lookup() usable for filesystems that set ->s_d_opAl Viro2013-07-14
| * configfs: don't open-code d_alloc_name()Al Viro2013-07-14
| * fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov2013-07-13
| * fs/file_table.c:fput(): add commentAndrew Morton2013-07-13
| * Safer ABI for O_TMPFILEAl Viro2013-07-13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-13
|\ \
| * | net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-10
* | | Merge tag 'for-linus-v3.11-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-07-13
|\ \ \
| * | | xfs: Fix the logic check for all quotas being turned offChandra Seetharaman2013-07-11
| * | | xfs: Add pquota fields where gquota is used.Chandra Seetharaman2013-07-11
| * | | xfs: fix sgid inheritance for subdirectories inheriting default acls [V3]Carlos Maiolino2013-07-10
| * | | xfs: dquot log reservations are too smallDave Chinner2013-07-09
| * | | xfs: remove local fork format handling from xfs_bmapi_write()Dave Chinner2013-07-09
| * | | xfs: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud2013-07-09
| * | | xfs: clean up unused codes at xfs_bulkstat()Jie Liu2013-07-09
| * | | xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJEric Sandeen2013-07-09
* | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-07-13
|\ \ \ \
| * | | | CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky2013-07-11