aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-11-10Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-30/+30
2012-11-09Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2-35/+4
2012-11-09Merge tag 'for-linus-v3.7-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds13-63/+127
2012-11-09fanotify: fix missing breakEric Paris1-0/+1
2012-11-09revert "epoll: support for disabling items, and a self-test app"Andrew Morton1-35/+3
2012-11-08xfs: fix reading of wrapped log dataDave Chinner1-1/+1
2012-11-08xfs: fix buffer shudown reference count mismatchDave Chinner1-0/+18
2012-11-08xfs: don't vmap inode cluster buffers during freeDave Chinner1-1/+2
2012-11-08xfs: invalidate allocbt blocks moved to the free listDave Chinner1-0/+2
2012-11-08xfs: silence uninitialised f.file warning.Dave Chinner1-1/+1
2012-11-08xfs: growfs: don't read garbage for new secondary superblocksDave Chinner1-2/+19
2012-11-08xfs: move allocation stack switch up to xfs_bmapi_allocateDave Chinner4-56/+54
2012-11-08xfs: introduce XFS_BMAPI_STACK_SWITCHDave Chinner5-3/+13
2012-11-08xfs: zero allocation_args on the kernel stackMark Tinguely3-0/+5
2012-11-08xfs: only update the last_sync_lsn when a transaction completesDave Chinner1-3/+16
2012-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds6-38/+43
2012-11-07GFS2: Test bufdata with buffer locked and gfs2_log_lock heldBenjamin Marzinski2-12/+10
2012-11-07GFS2: Don't call file_accessed() with a shared glockBenjamin Marzinski2-8/+7
2012-11-07GFS2: Fix FITRIM argument handlingLukas Czerner1-3/+17
2012-11-07GFS2: Require user to provide argument for FITRIMLukas Czerner1-6/+2
2012-11-07GFS2: Clean up some unused assignmentsAndrew Price2-4/+0
2012-11-07GFS2: Fix possible null pointer deref in gfs2_rs_allocAndrew Price1-3/+2
2012-11-07GFS2: Fix an unchecked error from gfs2_rs_allocAndrew Price1-2/+5
2012-11-05cifs: Do not lookup hashed negative dentry in cifs_atomic_openSachin Prabhu1-1/+10
2012-11-03cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton1-29/+20
2012-11-02NFS4: nfs4_opendata_access should return errnoWeston Andros Adamson1-1/+1
2012-11-01NFSv4: Initialise the NFSv4.1 slot table highest_used_slotid correctlyTrond Myklebust1-1/+1
2012-10-31NFS: add nfs_sb_deactive_async to avoid deadlockWeston Andros Adamson5-3/+56
2012-10-31nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings4-9/+20
2012-10-31nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew1-1/+1
2012-10-31nfs: Check whether a layout pointer is NULL before free itYanchuan Nian1-2/+2
2012-10-31NFS: fix bug in legacy DNS resolver.NeilBrown1-2/+3
2012-10-31NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust1-0/+1
2012-10-31NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust1-13/+23
2012-10-31NFS: Wait for session recovery to finish before returningBryan Schumaker1-2/+1
2012-10-30Return the right error value when dup[23]() newfd argument is too largeAl Viro1-2/+2
2012-10-30Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+9
2012-10-30Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2012-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-0/+2
2012-10-29ceph: fix dentry reference leak in encode_fh()David Zafman1-0/+2
2012-10-28ext4: fix unjournaled inode bitmap modificationEric Sandeen1-10/+9
2012-10-28Lock splice_read and splice_write functionsMikulas Patocka1-2/+35
2012-10-26Merge tag 'pm+acpi-for-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2012-10-26Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+8
2012-10-26VFS: don't do protected {sym,hard}links by defaultLinus Torvalds1-2/+2
2012-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds11-105/+199
2012-10-25Merge tag 'nfs-for-3.7-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-25/+32
2012-10-25fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook1-0/+2
2012-10-25freezer: exec should clear PF_NOFREEZE along with PF_KTHREADOleg Nesterov1-1/+2
2012-10-25Btrfs: do not bug when we fail to commit the transactionJosef Bacik1-1/+2
2012-10-25Btrfs: fix memory leak when cloning root's nodeLiu Bo1-3/+5
2012-10-25Merge branch 'for-chris-fixed' of git://git.jan-o-sch.net/btrfs-unstableChris Mason3-18/+55
2012-10-25Btrfs: Use btrfs_update_inode_fallback when creating a snapshotJosef Bacik3-5/+6
2012-10-25Btrfs: Send: preserve ownership (uid and gid) also for symlinks.Alex Lyakas1-14/+13
2012-10-25Btrfs: fix deadlock caused by the nested chunk allocationMiao Xie1-0/+7
2012-10-25btrfs: Return EINVAL when length to trim is less than FSBLukas Czerner1-1/+2
2012-10-25Btrfs: fix memory leak in btrfs_quota_enable()Tsutomu Itoh1-4/+13
2012-10-25Btrfs: send correct rdev and mode in btrfs-sendArne Jansen1-1/+2
2012-10-25Btrfs: extended inode refs support for send mechanismJan Schmidt3-58/+94
2012-10-25Btrfs: Fix wrong error handling codeStefan Behrens1-2/+2
2012-10-25Fix a sign bug causing invalid memory access in the ino_paths ioctl.Gabriel de Perthuis1-1/+1
2012-10-24sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven1-8/+8
2012-10-24LOCKD: Clear ln->nsm_clnt only when ln->nsm_users is zeroTrond Myklebust1-8/+6
2012-10-24LOCKD: fix races in nsm_client_getTrond Myklebust1-17/+26
2012-10-24Btrfs: comment for loop in tree_mod_log_insert_moveJan Schmidt1-0/+5
2012-10-24Btrfs: fix extent buffer reference for tree mod log rootsJan Schmidt1-1/+1
2012-10-24Btrfs: determine level of old rootsJan Schmidt3-3/+19
2012-10-24Btrfs: tree mod log's old roots could still be part of the treeJan Schmidt1-4/+21
2012-10-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+10
2012-10-23Btrfs: fix a tree mod logging issue for root replacement operationsJan Schmidt1-8/+2
2012-10-23Btrfs: don't put removals from push_node_left into tree mod log twiceJan Schmidt1-2/+7
2012-10-23Merge tag 'jfs-3.7-2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-6/+10
2012-10-23Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-45/+74
2012-10-23Merge tag 'nfs-for-3.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-32/+22
2012-10-22ext4: Avoid underflow in ext4_trim_fs()Lukas Czerner1-2/+3
2012-10-22vfs: fix: don't increase bio_slab_max if krealloc() failsAnna Leuschner1-2/+4
2012-10-22char_dev: pin parent kobjectDmitry Torokhov1-1/+17
2012-10-22ext4: Checksum the block bitmap properly with bigalloc enabledTao Ma6-20/+14
2012-10-19hold task->mempolicy while numa_maps scans.KAMEZAWA Hiroyuki2-3/+51
2012-10-19Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-2/+3
2012-10-18fs, xattr: fix bug when removing a name not in xattr listDavid Rientjes1-1/+1
2012-10-17jfs: Fix FITRIM argument handlingLukas Czerner1-6/+10
2012-10-17NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust2-2/+3
2012-10-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-23/+46
2012-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+3
2012-10-16mm, mempolicy: fix printing stack contents in numa_mapsDavid Rientjes1-2/+5
2012-10-16fix a leak in replace_fd() usersAl Viro1-2/+3
2012-10-16NFSv4: Fix the return value for nfs_callback_start_svcTrond Myklebust1-1/+1
2012-10-16NFSv4.1: Declare osd_pri_2_pnfs_err(), objio_init_read/write to be staticTrond Myklebust1-3/+3
2012-10-16NFSv4: fs/nfs/nfs4getroot.c needs to include "internal.h"Trond Myklebust1-0/+1
2012-10-15ext4: fix undefined bit shift result in ext4_fill_flex_infoLukas Czerner1-1/+1
2012-10-15NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc()Trond Myklebust1-1/+1
2012-10-15NFSv4.1: Do not call pnfs_return_layout() from an rpciod contextTrond Myklebust2-3/+16
2012-10-15NFSv4.1: Kill nfs4_ds_disconnect()Trond Myklebust3-24/+0
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+7
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-3/+3
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds15-305/+227
2012-10-12procfs: don't need a PATH_MAX allocation to hold a string representation of a...Jeff Layton1-2/+3
2012-10-12vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton1-20/+49
2012-10-12audit: make audit_inode take struct filenameJeff Layton1-9/+7
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton4-16/+36
2012-10-12vfs: turn do_path_lookup into wrapper around struct filename variantJeff Layton1-7/+23
2012-10-12audit: allow audit code to satisfy getname requests from its names_listJeff Layton1-0/+4
2012-10-12vfs: define struct filename and have getname() return itJeff Layton7-61/+88
2012-10-12btrfs: Fix compilation with user namespace support enabledEric W. Biederman1-2/+2
2012-10-12userns: Fix posix_acl_file_xattr_userns gid conversionEric W. Biederman1-1/+1
2012-10-12vfs: unexport getname and putname symbolsJeff Layton1-2/+0
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2-2/+2
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton3-13/+13
2012-10-12audit: reverse arguments to audit_inode_childJeff Layton2-2/+2
2012-10-12audit: remove unnecessary NULL ptr checks from do_path_lookupJeff Layton1-6/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds27-135/+130
2012-10-12Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-15/+23
2012-10-11vfs: bogus warnings in fs/namei.cArnd Bergmann1-0/+1
2012-10-11consitify do_mount() argumentsAl Viro1-6/+6
2012-10-11Merge Trond's bugfixesJ. Bruce Fields2-3/+3
2012-10-11autofs4 - fix reset pending flag on mount failIan Kent1-2/+4
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds4-160/+188
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds38-681/+1922
2012-10-10nohz: Fix idle ticks in cpu summary line of /proc/statMichal Hocko1-4/+10
2012-10-10lglock: add DEFINE_STATIC_LGLOCK()Lai Jiangshan1-1/+1
2012-10-10ext4: fix metadata checksum calculation for the superblockTheodore Ts'o3-11/+7
2012-10-10ext4: race-condition protection for ext4_convert_unwritten_extents_endioDmitry Monakhov1-11/+46
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins5-6/+27
2012-10-09vfs: drop lock/unlock superMarco Stornelli1-23/+0
2012-10-09ufs: drop lock/unlock superMarco Stornelli4-33/+35
2012-10-09sysv: drop lock/unlock superMarco Stornelli5-18/+20
2012-10-09hpfs: drop lock/unlock superMarco Stornelli1-3/+0
2012-10-09fat: drop lock/unlock superMarco Stornelli5-34/+36
2012-10-09ext3: drop lock/unlock superMarco Stornelli1-6/+0
2012-10-09exofs: drop lock/unlock superMarco Stornelli1-4/+0
2012-10-09dup3: Return an error when oldfd == newfd.Richard W.M. Jones1-0/+3
2012-10-09fs: prevent use after free in auditing when symlink following was deniedSasha Levin1-1/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-7/+56
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-9/+10
2012-10-10Merge tag 'for-linus-20121009' of git://git.infradead.org/mtd-2.6Linus Torvalds2-4/+8
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds38-1615/+3564
2012-10-10Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-0/+37
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields399-7962/+14232
2012-10-09quota: Silence warning about PRJQUOTA not being handled in need_print_warning()Jan Kara1-0/+2
2012-10-09ext3: fix return values on parse_options() failureZhao Hongjiang1-2/+2
2012-10-09ext2: fix return values on parse_options() failureZhao Hongjiang1-2/+2
2012-10-09ext3: ext3_bread usage auditCarlos Maiolino2-18/+39
2012-10-09ext3: fix possible non-initialized variable on htree_dirblock_to_tree()Carlos Maiolino1-1/+1
2012-10-09hppfs: fix the return value of get_inode()Wei Yongjun1-1/+1
2012-10-09hostfs: drop vmtruncateMarco Stornelli1-3/+5
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro4-5/+4
2012-10-09btrfs: init ref_index to zero in add_inode_refChris Mason1-1/+1
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse401-7965/+14234
2012-10-09Btrfs: remove repeated eb->pages check in, disk-io.c/csum_dirty_bufferWang Sheng-Hui1-4/+0
2012-10-09Btrfs: fix page leakageJosef Bacik1-1/+1
2012-10-09Btrfs: do not warn_on when we cannot alloc a page for an extent bufferJosef Bacik1-3/+1
2012-10-09Btrfs: don't bug on enomem in readpageJosef Bacik1-4/+7
2012-10-09Btrfs: cleanup pages properly when ENOMEM in compressionJosef Bacik1-3/+10
2012-10-09Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens6-19/+142
2012-10-09Btrfs: detect corrupted filesystem after write I/O errorsStefan Behrens1-2/+14
2012-10-09Btrfs: make compress and nodatacow mount options mutually exclusiveAndrei Popa1-1/+13
2012-10-09btrfs: fix message printingDaniel J Blueman3-11/+11
2012-10-09Btrfs: don't bother committing delayed inode updates when fsyncingJosef Bacik1-19/+65
2012-10-09btrfs: move inline function code to header fileRobin Dong2-14/+12
2012-10-09Btrfs: remove unnecessary IS_ERR in bio_readpage_error()Tsutomu Itoh1-1/+1
2012-10-09btrfs: remove unused function btrfs_insert_some_items()Robin Dong1-143/+0
2012-10-09Btrfs: don't commit instead of overcommittingJosef Bacik1-28/+6
2012-10-09Btrfs: confirmation of value is added before trace_btrfs_get_extent() is calledTsutomu Itoh1-1/+2
2012-10-09Btrfs: be smarter about dropping things from the tree logJosef Bacik1-2/+13
2012-10-09Btrfs: don't lookup csums for prealloc extentsJosef Bacik1-2/+1
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik8-16/+63
2012-10-09Btrfs: do not hold the file extent leaf locked when adding extent itemJosef Bacik1-3/+1
2012-10-09Btrfs: do not async metadata csumming in certain situationsJosef Bacik3-2/+35
2012-10-09btrfs: fix min csum item size warnings in 32bitZach Brown1-1/+2
2012-10-09Btrfs: run delayed refs first when out of spaceJosef Bacik1-10/+10
2012-10-09Btrfs: fix orphan transaction on the freezed filesystemMiao Xie4-23/+49
2012-10-09Btrfs: add a type field for the transaction handleMiao Xie3-42/+21
2012-10-09Btrfs: fix memory leak in start_transaction()Miao Xie1-1/+3
2012-10-09btrfs: extended inode ref iterationMark Fasheh2-37/+138
2012-10-09btrfs: extended inode refsMark Fasheh7-79/+710
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds23-148/+44
2012-10-09kpageflags: fix wrong KPF_THP on non-huge compound pagesNaoya Horiguchi1-1/+7
2012-10-09fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode()Yan Hong1-4/+3
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse1-1/+1
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse2-6/+5
2012-10-09rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse1-5/+8
2012-10-09rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.cMichel Lespinasse1-0/+1
2012-10-09rbtree: empty nodes have no colorMichel Lespinasse1-3/+1
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso1-116/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov4-4/+4
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov1-1/+1
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov12-7/+12
2012-10-09Merge branch 'linux-next' of git://git.open-osd.org/linux-open-osdLinus Torvalds2-2/+7
2012-10-09Fix F_DUPFD_CLOEXEC breakageAl Viro1-1/+1
2012-10-08btrfs: improved readablity for add_inode_refJan Schmidt1-81/+97
2012-10-08Btrfs: handle not finding the extent exactly when logging changed extentsJosef Bacik1-6/+40
2012-10-08btrfs: move transaction aborts to the point of failureDavid Sterba4-47/+80
2012-10-08Btrfs: fix the missing error information in create_pending_snapshot()Miao Xie1-22/+35
2012-10-08Btrfs: fix off-by-one in file cloneLiu Bo1-9/+9
2012-10-08pnfsblock: cleanup nfs4_blkdev_getPeng Tao2-21/+5
2012-10-08NFS41: send real read size in layoutgetPeng Tao1-1/+9
2012-10-08NFS41: send real write size in layoutgetPeng Tao6-7/+57
2012-10-08NFS: track direct IO left bytesPeng Tao1-0/+5