aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-09-22Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2013-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds20-175/+363
2013-09-21Btrfs: create the uuid tree on remount rwJosef Bacik1-0/+10
2013-09-21btrfs: change extent-same to copy entire argument structMark Fasheh1-31/+45
2013-09-21Btrfs: dir_inode_operations should use btrfs_update_time alsoGuangyu Sun1-0/+2
2013-09-21btrfs: Add btrfs: prefix to kernel log outputFrank Holton1-2/+2
2013-09-21btrfs: refuse to remount read-write after abortDavid Sterba1-0/+6
2013-09-21Btrfs: btrfs_ioctl_default_subvol: Revert back to toplevel subvolume when arg...chandan1-1/+1
2013-09-21Btrfs: don't leak transaction in btrfs_sync_file()Filipe David Borba Manana1-2/+2
2013-09-21Btrfs: add the missing mutex unlock in write_all_supers()Stefan Behrens1-0/+1
2013-09-21Btrfs: iput inode on allocation failureJosef Bacik1-0/+4
2013-09-21Btrfs: remove space_info->reservation_progressJosef Bacik2-12/+0
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik8-33/+14
2013-09-21Btrfs: fix worst case calculator for space usageJosef Bacik1-1/+1
2013-09-21Revert "Btrfs: rework the overcommit logic to be based on the total size"Josef Bacik1-12/+3
2013-09-21Btrfs: improve replacing nocow extentsJosef Bacik1-14/+98
2013-09-21Btrfs: drop dir i_size when adding new names on replayJosef Bacik1-0/+27
2013-09-21Btrfs: replay dir_index items before other itemsJosef Bacik1-3/+12
2013-09-21Btrfs: check roots last log commit when checking if an inode has been loggedJosef Bacik1-1/+4
2013-09-21Btrfs: actually log directory we are fsync()'ingJosef Bacik1-1/+9
2013-09-21Btrfs: actually limit the size of delalloc rangeJosef Bacik1-3/+5
2013-09-21Btrfs: allocate the free space by the existed max extent size when ENOSPCMiao Xie3-31/+74
2013-09-21btrfs: add lockdep and tracing annotations for uuid treeDavid Sterba1-0/+1
2013-09-21btrfs: show compiled-in config features at module load timeStefan Behrens1-0/+3
2013-09-21Btrfs: more efficient inode tree replace operationFilipe David Borba Manana1-5/+5
2013-09-21Btrfs: do not add replace target to the alloc_listIlya Dryomov1-1/+2
2013-09-21Btrfs: fixup error handling in btrfs_reloc_cowJosef Bacik3-22/+32
2013-09-21Merge tag 'v3.11' into for-linusChris Mason4-49/+57
2013-09-20CacheFiles: Don't try to dump the index key if the cookie has been clearedDavid Howells1-1/+1
2013-09-20CacheFiles: Fix memory leak in cachefiles_check_auxdata error pathsJosh Boyer1-14/+15
2013-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+2
2013-09-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-36/+55
2013-09-18Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+23
2013-09-179p: don't forget to destroy inode cache if fscache registration failsAl Viro1-3/+4
2013-09-17atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/na...Al Viro2-21/+20
2013-09-17bio-integrity: Fix use of bs->bio_integrity_pool after freeBjorn Helgaas1-1/+1
2013-09-16vfs: don't set FILE_CREATED before calling ->atomic_open()Miklos Szeredi1-3/+8
2013-09-16nfs: set FILE_CREATEDMiklos Szeredi1-0/+3
2013-09-16gfs2: set FILE_CREATEDMiklos Szeredi1-1/+3
2013-09-16cifs: fix filp leak in cifs_atomic_open()Miklos Szeredi1-0/+1
2013-09-16vfs: improve i_op->atomic_open() documentationMiklos Szeredi1-3/+18
2013-09-16autofs4: close the races around autofs4_notify_daemon()Al Viro1-10/+3
2013-09-16Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-5/+10
2013-09-16Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-3/+4
2013-09-16pstore: Remove the messages related to compression failureAruna Balakrishnaiah1-4/+0
2013-09-16pstore: Use zlib_inflateInit2 instead of zlib_inflateInitAruna Balakrishnaiah1-1/+1
2013-09-16pstore: Adjust buffer size for compression for smaller registered buffersAruna Balakrishnaiah1-1/+22
2013-09-15vfs: fix typo in comment in recent dentry workLinus Torvalds1-1/+1
2013-09-13Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+6
2013-09-13vfs: fix dentry LRU list handling and nr_dentry_unused accountingLinus Torvalds1-27/+101
2013-09-13cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscacheSachin Prabhu1-3/+7
2013-09-13cifs: Do not take a reference to the page in cifs_readpage_worker()Sachin Prabhu1-2/+3
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds7-269/+537
2013-09-12Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds25-166/+461
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds27-42/+28
2013-09-12thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov1-6/+0
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov26-36/+28
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds28-666/+823
2013-09-12Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-28/+21
2013-09-12vfs: make d_path() get the root path under RCULinus Torvalds1-2/+14
2013-09-12vfs: use __getname/__putname for getcwd() system callLinus Torvalds1-5/+5
2013-09-12vfs: don't copy things to user space holding the rcu readlockLinus Torvalds1-1/+2
2013-09-12vfs: make getcwd() get the root and pwd path under rcuLinus Torvalds1-11/+12
2013-09-12vfs: move get_fs_root_and_pwd() to single callerLinus Torvalds1-0/+11
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds41-2348/+3959
2013-09-12dcache: get/release read lock in read_seqbegin_or_lock() & friendWaiman Long1-15/+16
2013-09-12xfs: remove dead code from xlog_recover_inode_pass2Mark Tinguely1-3/+0
2013-09-12xfs: = vs == typo in ASSERT()Dan Carpenter1-2/+2
2013-09-12Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds29-2426/+1587
2013-09-11Merge tag 'ecryptfs-3.12-rc1-crypt-ctx' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-10/+6
2013-09-11Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds51-333/+874
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley2-32/+2
2013-09-11initmpfs: move bdi setup from init_rootfs to init_ramfsRob Landley1-6/+19
2013-09-11initmpfs: replace MS_NOUSER in initramfsRob Landley1-1/+6
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara1-1/+1
2013-09-11affs: use loff_t in affs_truncate()Dan Carpenter1-1/+1
2013-09-11vmcore: enable /proc/vmcore mmap for s390Michael Holzheu1-1/+1
2013-09-11vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu1-8/+83
2013-09-11vmcore: introduce ELF header in new memory featureMichael Holzheu1-10/+51
2013-09-11exec: cleanup the error handling in search_binary_handler()Oleg Nesterov1-8/+3
2013-09-11exec: don't retry if request_module() failsOleg Nesterov1-1/+2
2013-09-11exec: cleanup the CONFIG_MODULES logicOleg Nesterov1-37/+31
2013-09-11exec: kill ->load_binary != NULL check in search_binary_handler()Oleg Nesterov1-4/+3
2013-09-11exec: move allow_write_access/fput to exec_binprm()Oleg Nesterov1-4/+6
2013-09-11exec: proc_exec_connector() should be called only onceOleg Nesterov1-1/+1
2013-09-11exec: kill "int depth" in search_binary_handler()Oleg Nesterov1-5/+4
2013-09-11exec: introduce exec_binprm() for "depth == 0" codeOleg Nesterov1-14/+22
2013-09-11proc: make proc_fd_permission() thread-friendlyOleg Nesterov1-1/+1
2013-09-11fs/proc/task_mmu.c: check the return value of mpol_to_str()Chen Gang1-1/+3
2013-09-11fs/file_table.c:fput(): make comment more truthfulAndrew Morton1-2/+1
2013-09-11coredump: add new %P variable in core_patternStéphane Graber1-0/+5
2013-09-11hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko6-26/+99
2013-09-11hfsplus: implement POSIX ACLs supportVyacheslav Dubeyko1-0/+274
2013-09-11hfsplus: add necessary declarations for POSIX ACLs supportVyacheslav Dubeyko3-0/+49
2013-09-11epoll: add a reschedule point in ep_free()Eric Dumazet1-0/+2
2013-09-11fs/bio-integrity: fix a potential mem leakGu Zheng1-4/+5
2013-09-11writeback: fix race that cause writeback hungJunxiao Bi1-2/+2
2013-09-11mm/page-writeback.c: add strictlimit featureMaxim Patlasov1-1/+1
2013-09-11mm/writeback: make writeback_inodes_wb staticWanpeng Li1-1/+1
2013-09-11mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov2-11/+37
2013-09-11writeback: fix occasional slow sync(1)Jan Kara1-4/+2
2013-09-11ocfs2: fix the end cluster offset of FIEMAPJie Liu1-1/+0
2013-09-11ocfs2: remove unused variable ip in dlmfs_get_root_inode()Joseph Qi1-3/+0
2013-09-11ocfs2: fix a tiny race case when firing callbacksJoyce1-9/+9
2013-09-11ocfs2: avoid possible NULL pointer dereference in o2net_accept_one()Joseph Qi1-6/+10
2013-09-11ocfs2: adjust code style for o2net_handler_tree_lookup()Joseph Qi1-17/+17
2013-09-11ocfs2: free path in ocfs2_remove_inode_range()Younger Liu1-0/+1
2013-09-11ocfs2: fix possible double free in ocfs2_reflink_xattr_recJoseph Qi1-1/+1
2013-09-11ocfs2/dlm: force clean refmap when doing local cleanupXue jiufei1-0/+8
2013-09-11ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_s...Younger Liu1-2/+3
2013-09-11ocfs2: add the missing return value check of ocfs2_xattr_get_clustersJoseph Qi1-0/+4
2013-09-11ocfs2: fix a memory leak in __ocfs2_move_extents()Jie Liu1-0/+1
2013-09-11ocfs2: add missing return value check of ocfs2_get_clusters()Joseph Qi1-2/+8
2013-09-11ocfs2: clean up dead code in ocfs2_acl_from_xattr()Joseph Qi1-4/+0
2013-09-11ocfs2: use list_for_each_entry() instead of list_for_each()Dong Fang10-99/+45
2013-09-11fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferencesSunil Mushran1-5/+5
2013-09-11ocfs2: ac_bits_wanted should be local_alloc_bits when returns -ENOSPCYounger Liu1-2/+2
2013-09-11ocfs2: dlm_request_all_locks() should deal with the status sent from target nodeXue jiufei1-1/+4
2013-09-11ocfs2: use i_size_read() to access i_sizeJunxiao Bi7-21/+21
2013-09-11ocfs2: lighten up allocate transactionYounger Liu4-5/+49
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+4
2013-09-11Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-14/+27
2013-09-11NFSv4.1: sp4_mach_cred: WARN_ON -> WARN_ON_ONCEWeston Andros Adamson1-2/+2
2013-09-11NFSv4.1: sp4_mach_cred: no need to ref count credsWeston Andros Adamson1-3/+3
2013-09-11NFSv4.1: fix SECINFO* use of put_rpccredWeston Andros Adamson1-6/+10
2013-09-11NFSv4.1: sp4_mach_cred: ask for WRITE and COMMITWeston Andros Adamson1-2/+4
2013-09-10Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-14/+21
2013-09-10super: fix for destroy lrusGlauber Costa3-2/+5
2013-09-10list_lru: dynamically adjust node arraysGlauber Costa3-5/+22
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner14-96/+158
2013-09-10xfs: fix dquot isolation hangDave Chinner1-4/+6
2013-09-10xfs-convert-dquot-cache-lru-to-list_lru-fixAndrew Morton1-3/+3
2013-09-10xfs: convert dquot cache lru to list_lruDave Chinner3-144/+144
2013-09-10xfs: rework buffer dispose list trackingDave Chinner2-58/+79
2013-09-10xfs-convert-buftarg-lru-to-generic-code-fixAndrew Morton1-3/+3
2013-09-10xfs: convert buftarg LRU to generic codeDave Chinner2-93/+82
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner5-19/+31
2013-09-10shrinker: add node awarenessDave Chinner1-0/+1
2013-09-10list_lru: remove special case function list_lru_dispose_all.Glauber Costa1-20/+29
2013-09-10dcache: convert to use new lru list infrastructureDave Chinner2-98/+83
2013-09-10inode: move inode to a different list inside lockGlauber Costa1-1/+1
2013-09-10inode: convert inode lru list to generic lru list code.Dave Chinner2-112/+75
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner7-42/+68
2013-09-10dcache: remove dentries from LRU before putting on dispose listDave Chinner1-21/+78
2013-09-10dentry: move to per-sb LRU locksDave Chinner2-17/+17
2013-09-10dcache: convert dentry_stat.nr_unused to per-cpu countersDave Chinner1-3/+27
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa7-15/+14
2013-09-10fs: bump inode and dentry counters to longGlauber Costa3-14/+14
2013-09-10Add missing unlocks to error paths of mountpoint_last.Dave Jones1-1/+4
2013-09-10... and fold the renamed __vfs_follow_link() into its only callerAl Viro1-24/+14
2013-09-10fs: remove vfs_follow_linkChristoph Hellwig1-8/+2
2013-09-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-167/+221
2013-09-10vfs: make sure we don't have a stale root path if unlazy_walk() failsLinus Torvalds1-1/+4
2013-09-10xfs: don't assert fail on bad inode numbersDave Chinner1-5/+3
2013-09-10xfs: aborted buf items can be in the AIL.Dave Chinner1-5/+19
2013-09-10xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner7-78/+43
2013-09-10xfs: fix memory allocation failures with ACLsDave Chinner1-10/+22
2013-09-10xfs: ensure we copy buffer type in da btree root splitsDave Chinner1-0/+1
2013-09-10xfs: set remote symlink buffer type for recoveryDave Chinner1-0/+2
2013-09-10xfs: recovery of swap extents operations for CRC filesystemsDave Chinner11-67/+171
2013-09-10NFSv4.1 fix decode_free_stateidAndy Adamson1-15/+2
2013-09-10fscache: check consistency does not decrement refcountMilosz Tanski1-1/+2
2013-09-10xfs: swap extents operations for CRC filesystemsDave Chinner6-39/+231
2013-09-09CIFS: Respect epoch value from create lease context v2Pavel Shilovsky6-17/+71
2013-09-09CIFS: Add create lease v2 context for SMB3Pavel Shilovsky2-13/+73
2013-09-09CIFS: Move parsing lease buffer to ops structPavel Shilovsky3-17/+25
2013-09-09CIFS: Move creating lease buffer to ops structPavel Shilovsky3-45/+58
2013-09-09CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky10-62/+174
2013-09-09xfs: check magic numbers in dir3 leaf verifier firstDave Chinner1-7/+13
2013-09-09xfs: fix some minor sparse warningsDave Chinner6-7/+11
2013-09-09xfs: fix endian warning in xlog_recover_get_buf_lsn()Dave Chinner1-1/+1
2013-09-09split read_seqretry_or_unlock(), convert d_walk() to resulting primitivesAl Viro1-33/+31
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds111-11894/+13556
2013-09-09direct-io: Use return from cmpxchg to decide of assignment happenedOlof Johansson1-2/+3
2013-09-09dcache: Translating dentry into pathname without taking rename_lockWaiman Long1-63/+133
2013-09-09aio: rcu_read_lock protection for new rcu_dereference callsArtem Savkov1-0/+6
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds32-720/+3521
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-8/+29
2013-09-09Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-77/+99
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds19-155/+1271
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-1/+8
2013-09-09aio: fix race in ring buffer page lookup introduced by page migration supportBenjamin LaHaise1-3/+12
2013-09-08autofs4 - fix device ioctl mount lookupIan Kent1-11/+12
2013-09-08vfs: fix dentry RCU to refcounting possibly sleeping dput()Linus Torvalds1-53/+49
2013-09-08introduce kern_path_mountpoint()Al Viro1-11/+24
2013-09-08rename user_path_umountat() to user_path_mountpoint_at()Al Viro3-13/+15
2013-09-08take unlazy_walk() into umount_lookup_last()Al Viro1-33/+27
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky9-61/+64
2013-09-08vfs: use lockred "dead" flag to mark unrecoverably dead dentriesLinus Torvalds2-25/+15
2013-09-08vfs: reorganize dput() memory accessesLinus Torvalds1-10/+10
2013-09-08[CIFS] quiet sparse compile warningSteve French1-0/+2
2013-09-08cifs: Start using per session key for smb2/3 for signature generationShirish Pargaonkar4-24/+67
2013-09-08cifs: Add a variable specific to NTLMSSP for key exchange.Shirish Pargaonkar3-2/+8
2013-09-08cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar4-29/+70
2013-09-08CIFS: convert to use le32_add_cpu()Wei Yongjun1-6/+2
2013-09-08CIFS: Fix missing lease breakPavel Shilovsky1-69/+80
2013-09-08CIFS: Fix a memory leak when a lease break comesPavel Shilovsky1-0/+1
2013-09-08cifs: convert case-insensitive dentry ops to use new case conversion routinesJeff Layton1-8/+50
2013-09-08cifs: add new case-insensitive conversion routines that are based on wchar_t'sJeff Layton3-1/+664
2013-09-08cifs: Move and expand MAX_SERVER_SIZE definitionScott Lovenberg1-2/+1