aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-02-27ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu1-1/+1
2013-02-27nfs: don't allow nfs_find_actor to match inodes of the wrong typeJeff Layton1-0/+2
2013-02-27cifs: set MAY_SIGN when sec=krb5Martijn de Gouw1-1/+1
2013-02-27POSIX extensions disabled on client due to illegal O_EXCL flag sent to SambaSteve French1-3/+9
2013-02-27cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton1-0/+5
2013-02-27more file_inode() open-coded instancesAl Viro5-18/+18
2013-02-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-8/+11
2013-02-27ext4: fix extent status tree regression for file systems > 512GBTheodore Ts'o1-8/+11
2013-02-27eCryptfs: Fix redundant error check on ecryptfs_find_daemon_by_euid()Tyler Hicks1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds199-775/+793
2013-02-26libceph: update osd request/reply encodingSage Weil1-25/+6
2013-02-26libceph: calculate placement based on the internal data typesSage Weil1-4/+1
2013-02-26ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil1-4/+8
2013-02-26libceph: decode into cpu-native ceph_pg typeSage Weil1-2/+3
2013-02-26libceph: rename ceph_pg -> ceph_pg_v1Sage Weil1-1/+1
2013-02-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds31-1622/+2105
2013-02-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds16-78/+177
2013-02-26Merge tag 'upstream-3.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds5-15/+27
2013-02-26Merge tag 'f2fs-for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds13-261/+292
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo6-38/+25
2013-02-26Btrfs: do not change inode flags in renameLiu Bo1-25/+0
2013-02-26Btrfs: use reserved space for creating a snapshotLiu Bo1-0/+2
2013-02-26clear chunk_alloc flag on retryable failureAlexandre Oliva1-3/+3
2013-02-26Btrfs: fix backref walking race with tree deletionsJan Schmidt1-4/+1
2013-02-26Btrfs: make sure NODATACOW also gets NODATASUM setJosef Bacik1-1/+2
2013-02-26saner proc_get_inode() calling conventionsAl Viro2-21/+10
2013-02-26proc: avoid extra pde_put() in proc_fill_super()Maxim Patlasov1-6/+15
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang6-16/+16
2013-02-26fs/exec.c: make bprm_mm_init() staticYuanhan Liu1-1/+1
2013-02-26ocfs2/dlm: use GFP_ATOMIC inside a spin_lockDan Carpenter1-1/+1
2013-02-26ocfs2: fix possible use-after-free with AIOJan Kara1-1/+1
2013-02-26ocfs2: Fix oops in ocfs2_fast_symlink_readpage() code pathSunil Mushran1-1/+1
2013-02-26get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zeroAl Viro2-3/+0
2013-02-26export kernel_write(), convert open-coded instancesAl Viro2-7/+4
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon10-19/+19
2013-02-26kill f_vfsmntAl Viro3-4/+4
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton7-13/+53
2013-02-26nfsd: handle vfs_getattr errors in acl protocolJ. Bruce Fields4-9/+24
2013-02-26switch vfs_getattr() to struct pathAl Viro9-30/+34
2013-02-26ceph: prepopulate inodes only when request is abortedSage Weil1-2/+38
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesAl Viro4-24/+18
2013-02-269p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate()Al Viro3-35/+33
2013-02-269p: split dropping the acls from v9fs_set_create_acl()Al Viro3-21/+28
2013-02-269p: switch v9fs_acl_chmod() from dentry to inode+fidAl Viro3-16/+13
2013-02-269p: switch v9fs_set_acl() from dentry to fidAl Viro1-5/+12
2013-02-269p: lift the call of set_cached_acl() into the callers of v9fs_set_acl()Al Viro1-4/+3
2013-02-269p: add fid-based variant of v9fs_xattr_set()Al Viro2-15/+20
2013-02-26hugetlb_file_setup(): use d_alloc_pseudo()Al Viro1-4/+15
2013-02-25NFSv4.1: Hold reference to layout hdr in layoutgetWeston Andros Adamson1-2/+9
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-12/+17
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds75-500/+773
2013-02-25ceph: eliminate sparse warnings in fs codeAlex Elder1-2/+2
2013-02-25fix compat truncate/ftruncateAl Viro1-0/+15
2013-02-24switch lseek to COMPAT_SYSCALL_DEFINEAl Viro1-1/+8
2013-02-24pnfs: fix resend_to_mds for directioBenny Halevy3-8/+18
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-67/+70
2013-02-23Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds6-16/+19
2013-02-23fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_usedZhang Yanfei3-9/+9
2013-02-23fs/buffer.c: change type of max_buffer_heads to unsigned longZhang Yanfei1-2/+2
2013-02-23swap: make each swap partition have one address_spaceShaohua Li1-2/+2
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu1-1/+1
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse1-3/+2
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse1-1/+5
2013-02-22hostfs: directory methods have no business in non-directory inode_operationsAl Viro1-8/+0
2013-02-22__d_materialise_unique() is too genericAl Viro1-14/+5
2013-02-22fs: Fix possible use-after-free with AIOJan Kara1-1/+1
2013-02-22constify d_lookup() argumentsAl Viro1-1/+1
2013-02-22constify __d_lookup() argumentsAl Viro1-1/+1
2013-02-22lookup_slow: get rid of name argumentAl Viro1-4/+3
2013-02-22lookup_fast: get rid of name argumentAl Viro1-5/+5
2013-02-22get rid of name and type arguments of walk_component()Al Viro1-10/+8
2013-02-22link_path_walk(): move assignments to nd->last/nd->last_type upAl Viro1-12/+10
2013-02-22vfs: remove d_path_with_unreachableJeff Layton1-31/+0
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov4-15/+11
2013-02-22propagate error from get_empty_filp() to its callersAl Viro3-30/+28
2013-02-22new helper: file_inode(file)Al Viro158-375/+373
2013-02-22mount: consolidate permission checksAl Viro1-33/+7
2013-02-22get rid of unprotected dereferencing of mnt->mnt_nsAl Viro1-12/+17
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2013-02-22ceph: fix statvfs fr_sizeSage Weil2-2/+7
2013-02-22ext4: fix free clusters calculation in bigalloc filesystemLukas Czerner1-2/+7
2013-02-22ext4: no need to remove extent if len is 0 in ext4_es_remove_extent()Eryu Guan1-0/+6
2013-02-22NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust1-7/+13
2013-02-22block: remove redundant check to bd_openers()Guo Chao1-1/+1
2013-02-22block: use i_size_write() in bd_set_size()Guo Chao1-1/+3
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds8-11/+10
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds23-48/+36
2013-02-21binfmt_elf: remove unused argument in fill_elf_headerZhang Yanfei1-3/+3
2013-02-21ubifs: wait for page writeback to provide stable pagesJan Kara1-0/+1
2013-02-21ocfs2: wait for page writeback to provide stable pagesJan Kara1-0/+1
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong1-0/+1
2013-02-219pfs: fix filesystem to wait for stable page writebackDarrick J. Wong1-0/+1
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong4-4/+4
2013-02-21ocfs2: unlock super lock if lockres refresh failedJunxiao Bi1-1/+4
2013-02-21ocfs2: remove kfree() redundant null checksTim Gardner10-34/+17
2013-02-21configfs: move the dereference below the NULL testWei Yongjun1-2/+3
2013-02-21fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo1-0/+1
2013-02-21inotify: remove broken mask checks causing unmount to be EINVALJim Somerville1-4/+0
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+2
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds20-44/+39
2013-02-21Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+46
2013-02-21Merge tag 'dlm-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2-0/+18
2013-02-21Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds16-219/+370
2013-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds23-374/+375
2013-02-21Merge tag 'for-linus-v3.9-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds28-453/+503
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds6-175/+550
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds4-79/+31
2013-02-21Btrfs: fix remount vs autodefragMiao Xie3-2/+45
2013-02-21Btrfs: fix wrong outstanding_extents when doing DIO writeMiao Xie1-11/+9
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-14/+0
2013-02-20Btrfs: snapshot-aware defragLiu Bo1-0/+654
2013-02-20Btrfs: fix max chunk size on raid5/6Chris Mason1-4/+21
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-13/+76
2013-02-20btrfs: limit fallocate extent reservation to 256MBZach Brown2-3/+4
2013-02-20btrfs: Init io_lock after cloning btrfs device structThomas Gleixner1-0/+1
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason18-120/+2814
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason36-1201/+1608
2013-02-20Btrfs: fix missing release of qgroup reservation in commit_transaction()Miao Xie1-0/+8
2013-02-20Btrfs: fix missing check before disabling quotaWang Shilong1-0/+4
2013-02-20Btrfs: fix cleaner thread not working with inode cache optionLiu Bo2-1/+8
2013-02-20Btrfs: fix uncompleted transactionMiao Xie4-3/+37
2013-02-20Btrfs: fix the deadlock between the transaction start/attach and commitMiao Xie1-1/+16
2013-02-20Btrfs: fix the qgroup reserved space is released prematurelyMiao Xie1-1/+2
2013-02-20btrfs: define BTRFS_MAGIC as a u64 valueZach Brown4-9/+5
2013-02-20Btrfs: set/change the label of a mounted file systemjeff.liu1-0/+42
2013-02-20Btrfs: Add a new ioctl to get the label of a mounted file systemjeff.liu1-0/+21
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik7-21/+34
2013-02-20Btrfs: relax the block group size limit for bitmapsJosef Bacik1-3/+9
2013-02-20Btrfs: allow for selecting only completely empty chunksIlya Dryomov1-1/+1
2013-02-20Btrfs: eliminate a use-after-free in btrfs_balance()Ilya Dryomov1-5/+5
2013-02-20Btrfs: remove unused extent io tree ops V2Josef Bacik2-27/+11
2013-02-20btrfs: add cancellation points to defragDavid Sterba3-0/+19
2013-02-20btrfs: put some enospc messages under enospc_debugDavid Sterba1-11/+15
2013-02-20Btrfs: implement unlocked dio writeMiao Xie1-12/+23
2013-02-20Btrfs: serialize unlocked dio reads with truncateMiao Xie2-2/+40
2013-02-20Btrfs: fix deadlock due to unsubmittedMiao Xie2-41/+43
2013-02-20Btrfs: cleanup orphan reservation if truncate failsJosef Bacik1-0/+2
2013-02-20Btrfs: steal from global reserve if we are cleaning up orphansJosef Bacik3-5/+16
2013-02-20Btrfs: fix memory leak of pending_snapshot->inheritMiao Xie1-11/+7
2013-02-20Btrfs: fix the race between bio and btrfs_stop_workersMiao Xie1-2/+1
2013-02-20btrfs: add "no file data" flag to btrfs send ioctlMark Fasheh2-4/+47
2013-02-20Btrfs: extend the checksum item as much as possibleLiu Bo1-21/+46
2013-02-20btrfs: remove cache only arguments from defrag pathEric Sandeen7-82/+32
2013-02-20Btrfs: if we aren't committing just end the transaction if we error outJosef Bacik1-6/+12
2013-02-20Btrfs: handle errors in compression submission pathJosef Bacik1-10/+28
2013-02-20Btrfs: rework the overcommit logic to be based on the total sizeJosef Bacik1-3/+12
2013-02-20Btrfs: account for orphan inodes properly during cleanupJosef Bacik1-0/+1
2013-02-20Btrfs: unreserve space if our ordered extent fails to workJosef Bacik1-1/+13
2013-02-20Btrfs: fix how we discard outstanding ordered extents on abortJosef Bacik1-26/+7
2013-02-20Btrfs: fix freeing delayed ref head while still holding its mutexJosef Bacik1-3/+5
2013-02-20btrfs: ensure we don't overrun devices_info[] in __btrfs_alloc_chunkEric Sandeen1-1/+5
2013-02-20btrfs: remove unnecessary DEFINE_WAIT() declarationsEric Sandeen1-2/+0
2013-02-20btrfs: remove unused "item" in btrfs_insert_delayed_item()Eric Sandeen1-2/+0
2013-02-20btrfs: fix varargs in __btrfs_std_errorEric Sandeen1-7/+7
2013-02-20btrfs: add missing break in btrfs_print_leaf()Eric Sandeen1-0/+1
2013-02-20btrfs: annotate intentional switch case fallthroughsEric Sandeen2-0/+2
2013-02-20btrfs: handle null fs_info in btrfs_panic()Eric Sandeen2-4/+7
2013-02-20btrfs: remove unused fs_info from btrfs_decode_error()Eric Sandeen1-5/+4
2013-02-20btrfs: list_entry can't return NULLEric Sandeen1-2/+0
2013-02-20btrfs: remove unused fd in btrfs_ioctl_send()Eric Sandeen1-3/+0
2013-02-20Btrfs: do not overcommit if we don't have enough space for global rsvJosef Bacik1-2/+19
2013-02-20Btrfs: remove extent mapping if we fail to add chunkJosef Bacik1-2/+12
2013-02-20Btrfs: fix chunk allocation error handlingJosef Bacik1-10/+22
2013-02-20Btrfs: use bit operation for ->fs_stateMiao Xie6-12/+14
2013-02-20Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bitsMiao Xie4-32/+49
2013-02-20Btrfs: use the inode own lock to protect its delalloc_bytesMiao Xie3-13/+37
2013-02-20Btrfs: use percpu counter for fs_info->delalloc_bytesMiao Xie4-11/+26
2013-02-20Btrfs: use percpu counter for dirty metadata countMiao Xie3-40/+42
2013-02-20Btrfs: protect fs_info->alloc_startMiao Xie2-0/+14
2013-02-20Btrfs: add a comment for fs_info->max_inlineMiao Xie1-0/+6
2013-02-20Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.hFilipe Brandenburger9-510/+8
2013-02-20Btrfs: Check CAP_DAC_READ_SEARCH for BTRFS_IOC_INO_PATHSKusanagi Kouichi1-1/+1
2013-02-20Revert "Btrfs: fix permissions of empty files not affected by umask"Josef Bacik1-6/+0
2013-02-20Btrfs: don't traverse the ordered operation list repeatedlyMiao Xie1-14/+5
2013-02-20Btrfs: traverse and flush the delalloc inodes onceMiao Xie1-8/+1
2013-02-20Btrfs: check the return value of btrfs_run_ordered_operations()Miao Xie1-2/+2
2013-02-20Btrfs: check the return value of btrfs_start_delalloc_inodes()Miao Xie2-2/+8
2013-02-20Btrfs: make raid attr array more readableMiao Xie3-20/+59
2013-02-20Btrfs: record first logical byte in memoryLiu Bo3-1/+20
2013-02-20Btrfs: save us a read_lockLiu Bo1-3/+2
2013-02-20Btrfs: use token to avoid times mapping extent bufferLiu Bo1-28/+35
2013-02-20Btrfs: kill unused argument of btrfs_pin_extent_for_log_replayLiu Bo3-6/+3
2013-02-20Btrfs: kill unused argument of update_block_groupLiu Bo1-7/+5
2013-02-20Btrfs: kill unused arguments of cache_block_groupLiu Bo1-8/+5
2013-02-20Btrfs: remove deprecated commentsLiu Bo1-6/+0
2013-02-20Btrfs: don't re-enter when allocating a chunkJosef Bacik3-0/+9
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik7-9/+247
2013-02-20Btrfs: fix trivial error in btrfs_ioctl_resize()Miao Xie1-6/+7
2013-02-20Btrfs: use wrapper page_offsetMiao Xie4-18/+15
2013-02-20Btrfs: flush all dirty inodes if writeback can not startMiao Xie1-9/+31
2013-02-20Btrfs: make delayed ref lock logic more readableMiao Xie3-18/+38
2013-02-20Btrfs: fix lots of orphan inodes when the space is not enoughMiao Xie3-17/+85
2013-02-20Btrfs: cleanup similar code in delayed inodeMiao Xie1-46/+37
2013-02-20Btrfs: use common work instead of delayed workMiao Xie1-4/+4
2013-02-20Btrfs: cleanup unnecessary clear when freeing a transaction or a trans handleMiao Xie1-2/+0
2013-02-20Btrfs: use slabs for delayed reference allocationMiao Xie5-21/+115
2013-02-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+7
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-6/+14
2013-02-19Merge branch 'testing' of github.com:ceph/ceph-client into into linux-3.8-cephAlex Elder9-69/+241
2013-02-19ceph: remove a few bogus declarationsAlex Elder1-7/+1