summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-08-13xfs: reshuffle dir2 definitions around for userspaceDave Chinner22-64/+83
2013-08-13xfs: move getdents code into it's own fileDave Chinner7-616/+649
2013-08-13xfs: introduce xfs_inode_buf.c for inode buffer operationsDave Chinner5-454/+514
2013-08-13xfs: move unrelated definitions out of xfs_inode.hDave Chinner4-38/+16
2013-08-13xfs: move inode fork definitions to a new header fileDave Chinner5-2007/+2096
2013-08-13xfs: split out transaction reservation codeDave Chinner10-772/+851
2013-08-13xfs: sync minor header differences needed by userspace.Dave Chinner13-8/+42
2013-08-13xfs: introduce xfs_quota_defs.hDave Chinner2-131/+160
2013-08-13xfs: introduce xfs_rtalloc_defs.hDave Chinner4-52/+54
2013-08-13xfs: split out on-disk transaction definitionsDave Chinner3-207/+208
2013-08-13xfs: separate icreate log format definitions from xfs_icreate_item.hDave Chinner2-18/+18
2013-08-13xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner29-137/+175
2013-08-13xfs: split out EFI/EFD log item format definitionDave Chinner2-86/+85
2013-08-13xfs: split out buf log item format definitionsDave Chinner2-97/+100
2013-08-13xfs: split out inode log item format definitionDave Chinner7-183/+200
2013-08-13xfs: separate out log format definitionsDave Chinner4-208/+207
2013-07-30xfs: WQ_NON_REENTRANT is meaningless and going awayTejun Heo1-3/+3
2013-07-24xfs: di_flushiter considered harmfulDave Chinner3-11/+36
2013-07-22xfs: Start using pquotaino from the superblock.Chandra Seetharaman5-43/+158
2013-07-22xfs: Initialize all quota inodes to be NULLFSINOChandra Seetharaman1-0/+18
2013-07-22xfs: Fix a deadlock in xfs_log_commit_cil() code pathChandra Seetharaman1-1/+1
2013-07-22xfs: fix assertion failure in xfs_vm_write_failed()Jie Liu1-1/+14
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-43/+24
2013-07-14efivarfs: we can use simple_lookup() nowAl Viro1-13/+1
2013-07-14make simple_lookup() usable for filesystems that set ->s_d_opAl Viro1-1/+2
2013-07-14configfs: don't open-code d_alloc_name()Al Viro1-11/+2
2013-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2013-07-13Merge tag 'for-linus-v3.11-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds21-316/+435
2013-07-13Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds15-281/+515
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov1-15/+10
2013-07-13fs/file_table.c:fput(): add commentAndrew Morton1-0/+6
2013-07-13Safer ABI for O_TMPFILEAl Viro2-3/+3
2013-07-12CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky1-5/+4
2013-07-12CIFS: Reopen the file if reconnect durable handle failedPavel Shilovsky1-1/+7
2013-07-12xfs: Fix the logic check for all quotas being turned offChandra Seetharaman2-11/+2
2013-07-12Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2013-07-11Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-11/+28
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds7-3/+182
2013-07-11Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-269/+85
2013-07-11Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds12-154/+128
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds10-103/+413
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman14-124/+291
2013-07-11mm: remove free_area_cacheMichel Lespinasse2-4/+0
2013-07-11net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-07-10[CIFS] Fix minor endian error in durable handle patch seriesSteve French1-1/+2
2013-07-10CIFS: Reconnect durable handles for SMB2Pavel Shilovsky8-12/+58
2013-07-10CIFS: Make SMB2_open use cifs_open_parms structPavel Shilovsky5-50/+66
2013-07-10CIFS: Introduce cifs_open_parms structPavel Shilovsky6-41/+73
2013-07-10CIFS: Request durable open for SMB2 opensPavel Shilovsky3-2/+68
2013-07-10CIFS: Simplify SMB2 create context handlingPavel Shilovsky1-12/+26