aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-10/+74
2012-06-04Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-143/+167
2012-06-04vfs: Fix /proc/<tid>/fdinfo/<fd> file handlingLinus Torvalds1-7/+10
2012-06-01Merge branch 'akpm' (Fixups for Andrew's patchbomb)Linus Torvalds13-45/+33
2012-06-01nls: fix (and rename) mac NLS table files and config optionsLinus Torvalds13-33/+33
2012-06-01fs/nls/Makefile: remove bogus CONFIG_ assignmentsAndrew Morton1-12/+0
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds6-13/+97
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-12/+0
2012-06-01CIFS: Move get_next_mid to ops structPavel Shilovsky7-95/+103
2012-06-01CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safePavel Shilovsky1-2/+4
2012-06-01CIFS: Improve identation in cifs_unlock_rangePavel Shilovsky1-40/+35
2012-06-01CIFS: Fix possible wrong memory allocationPavel Shilovsky1-6/+25
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds89-1081/+1175
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds26-194/+1726
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro3-12/+0
2012-06-01nfs: don't open in ->d_revalidateMiklos Szeredi2-55/+78
2012-06-01vfs: retry last component if opening stale dentryMiklos Szeredi1-2/+35
2012-06-01vfs: nameidata_to_filp(): don't throw away file on errorMiklos Szeredi1-3/+5
2012-06-01vfs: nameidata_to_filp(): inline __dentry_open()Miklos Szeredi1-2/+18
2012-06-01vfs: do_dentry_open(): don't put filpMiklos Szeredi1-1/+2
2012-06-01vfs: split __dentry_open()Miklos Szeredi2-14/+34
2012-06-01vfs: do_last() common post lookupMiklos Szeredi1-31/+3
2012-06-01vfs: do_last(): add audit_inode before openMiklos Szeredi1-0/+1
2012-06-01vfs: do_last(): only return EISDIR for O_CREATMiklos Szeredi1-1/+1
2012-06-01vfs: do_last(): check LOOKUP_DIRECTORYMiklos Szeredi1-0/+3
2012-06-01vfs: do_last(): make ENOENT exit RCU safeMiklos Szeredi1-2/+4
2012-06-01vfs: make follow_link check RCU safeMiklos Szeredi1-2/+10
2012-06-01vfs: do_last(): use inode variableMiklos Szeredi1-3/+5
2012-06-01vfs: do_last(): inline walk_component()Miklos Szeredi1-5/+30
2012-06-01vfs: do_last(): make exit RCU safeMiklos Szeredi1-1/+1
2012-06-01vfs: split do_lookup()Miklos Szeredi1-14/+45
2012-06-01Btrfs: move over to use ->update_timeJosef Bacik3-41/+15
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik7-26/+64
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds33-866/+2849
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds14-375/+436
2012-06-01reiserfs: get rid of resierfs_sync_superArtem Bityutskiy3-11/+55
2012-06-01reiserfs: mark the superblock as dirty a bit laterArtem Bityutskiy1-2/+1
2012-06-01reiserfs: remove useless superblock dirtyingArtem Bityutskiy1-1/+0
2012-06-01reiserfs: clean-up function return typeArtem Bityutskiy2-6/+4
2012-06-01reiserfs: cleanup reiserfs_fill_super a bitArtem Bityutskiy1-10/+10
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro1-3/+3
2012-06-01ext4: hole-punch use truncate_pagecache_rangeHugh Dickins1-2/+2
2012-06-01jbd2: use kmem_cache_zalloc wrapper instead of flagWanlong Gao1-2/+2
2012-05-31ext4: remove mb_groups before tearing down the buddy_cacheSalman Qazi1-2/+3
2012-05-31ext4: add ext4_mb_unload_buddy in the error pathSalman Qazi1-0/+1
2012-05-31ext4: don't trash state flags in EXT4_IOC_SETFLAGSTheodore Ts'o1-3/+9
2012-05-31ext4: let getattr report the right blocks in delalloc+bigallocTao Ma1-1/+2
2012-05-31Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-153/+245
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds32-153/+6772
2012-05-31c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/...Cyrill Gorcunov1-3/+17
2012-05-31fs, proc: introduce /proc/<pid>/task/<tid>/children entryCyrill Gorcunov3-0/+127
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh3-9/+8
2012-05-31eventfd: change int to __u64 in eventfd_signal()Sha Zhengju1-8/+4
2012-05-31fs/nls: add Apple NLSVladimir Serbinenko13-1/+6451
2012-05-31proc/smaps: show amount of nonlinear ptes in vmaKonstantin Khlebnikov1-0/+12
2012-05-31proc/smaps: carefully handle migration entriesKonstantin Khlebnikov1-8/+10
2012-05-31proc: report file/anon bit in /proc/pid/pagemapKonstantin Khlebnikov1-18/+30
2012-05-31procfs: use more apprioriate types when dumping /proc/N/statJan Engelhardt1-2/+2
2012-05-31proc: pass "fd" by value in /proc/*/{fd,fdinfo} codeAlexey Dobriyan1-4/+4
2012-05-31proc: don't do dummy rcu_read_lock/rcu_read_unlock on error pathAlexey Dobriyan1-6/+7
2012-05-31proc: use mm_access() instead of ptrace_may_access()Cong Wang1-5/+2
2012-05-31proc: remove mm_for_maps()Cong Wang4-11/+4
2012-05-31proc: clean up /proc/<pid>/environ handlingCong Wang1-21/+24
2012-05-31fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon1-2/+2
2012-05-31fat: add fat_msg_ratelimit()Namjae Jeon1-0/+5
2012-05-31fat: switch to fsinfo_inodeArtem Bityutskiy2-31/+18
2012-05-31fat: mark superblock as dirty less oftenArtem Bityutskiy1-4/+5
2012-05-31fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy1-4/+9
2012-05-31fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy2-0/+13
2012-05-31HPFS: remove PRINTK() macroDan Carpenter2-8/+0
2012-05-31nilfs2: flush disk caches in syncingRyusuke Konishi2-11/+21
2012-05-31pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon1-1/+1
2012-05-31introduce SIZE_MAXXi Wang1-1/+1
2012-05-31nfsd4: fix, consolidate client_has_stateJ. Bruce Fields1-11/+4
2012-05-31nfsd4: don't remove rebooted client record until confirmationJ. Bruce Fields1-4/+9
2012-05-31nfsd4: remove some dprintk's and a commentJ. Bruce Fields1-8/+0
2012-05-31nfsd4: return "real" sequence id in confirmed caseJ. Bruce Fields1-1/+1
2012-05-31nfsd4: fix exchange_id to return confirm flagJ. Bruce Fields1-1/+1
2012-05-31nfsd4: clarify that renewing expired client is a bugJ. Bruce Fields1-1/+2
2012-05-31nfsd4: simpler ordering of setclientid_confirm checksJ. Bruce Fields1-13/+11
2012-05-31nfsd4: setclientid: remove pointless assignmentJ. Bruce Fields1-2/+1
2012-05-31nfsd4: fix error return in non-matching-creds caseJ. Bruce Fields1-36/+26
2012-05-31nfsd4: fix setclientid_confirm same_cred checkJ. Bruce Fields1-1/+1
2012-05-31nfsd4: merge 3 setclientid cases to 2J. Bruce Fields1-7/+2
2012-05-31nfsd4: pull out common code from setclientid casesJ. Bruce Fields1-21/+5
2012-05-31nfsd4: merge last two setclientid casesJ. Bruce Fields1-9/+4
2012-05-31nfsd4: setclientid/confirm comment cleanupJ. Bruce Fields1-56/+11
2012-05-31nfsd4: setclientid remove unnecessary terms from a logical expressionJ. Bruce Fields1-3/+2
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields4-9/+9
2012-05-31nfsd4: stricter cred comparison for setclientid/exchange_idJ. Bruce Fields1-1/+21
2012-05-31nfsd4: move principal name into svc_credJ. Bruce Fields4-21/+21
2012-05-31nfsd4: allow removing clients not holding stateJ. Bruce Fields1-2/+19
2012-05-31nfsd4: rearrange exchange_id logic to simplifyJ. Bruce Fields1-20/+20
2012-05-31nfsd4: exchange_id cleanup: commentsJ. Bruce Fields1-26/+10
2012-05-31nfsd4: exchange_id cleanup: local shorthands for repeated testsJ. Bruce Fields1-6/+10
2012-05-31nfsd4: allow an EXCHANGE_ID to kill a 4.0 clientJ. Bruce Fields1-2/+8
2012-05-31nfsd4: exchange_id: check creds before killing confirmed clientJ. Bruce Fields1-9/+8
2012-05-31nfsd4: exchange_id error cleanupJ. Bruce Fields1-5/+1
2012-05-31nfsd4: exchange_id has a pointless copyJ. Bruce Fields1-1/+0
2012-05-31nfsd: return 0 on reads of fault injection filesWeston Andros Adamson1-0/+1
2012-05-31nfsd: wrap all accesses to st_deny_bmapJeff Layton1-8/+29
2012-05-31nfsd: wrap accesses to st_access_bmapJeff Layton1-28/+54
2012-05-31nfsd: make test_share a bool returnJeff Layton1-3/+3
2012-05-31nfsd: consolidate set_access and set_denyJeff Layton1-17/+7
2012-05-31NFSD: SETCLIENTID_CONFIRM returns NFS4ERR_CLID_INUSE too oftenChuck Lever1-12/+2
2012-05-31LockD: add debug message to start and stop functionsStanislav Kinsbursky1-0/+5
2012-05-31LockD: service start function introducedStanislav Kinsbursky1-25/+42
2012-05-31LockD: move global usage counter manipulation from error pathStanislav Kinsbursky1-3/+2
2012-05-31LockD: service creation function introducedStanislav Kinsbursky1-11/+27
2012-05-31LockD: use existing per-net data function on service creationStanislav Kinsbursky1-16/+7
2012-05-31LockD: pass service to per-net up and down functionsStanislav Kinsbursky1-7/+5
2012-05-31SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky4-15/+41
2012-05-31SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky3-0/+23
2012-05-31nfsd: add IPv6 addr escaping to fs_location hostsWeston Andros Adamson1-7/+33
2012-05-31nfsd4: fix change attribute endiannessJ. Bruce Fields1-2/+2
2012-05-31nfsd4: fix free_stateid return endiannessJ. Bruce Fields1-2/+2
2012-05-31nfsd4: int/__be32 fixesJ. Bruce Fields3-20/+20
2012-05-31nfsd4: preserve __user annotation on cld downcall msgJ. Bruce Fields1-1/+1
2012-05-31nfsd4: fix missing "static"J. Bruce Fields4-4/+4
2012-05-31nfsd: state.c should include current_stateid.hJ. Bruce Fields1-0/+1
2012-05-31Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l...Chris Mason14-252/+1368
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust5-48/+67
2012-05-31Btrfs: fix tree mod log rewinded level and rewinding of moved keysJan Schmidt1-2/+4
2012-05-31Btrfs: fix tree mod log del_ptrJan Schmidt1-6/+7
2012-05-31Btrfs: add tree_mod_dont_log helperJan Schmidt1-9/+15
2012-05-31Btrfs: add missing spin_lock for insertion into tree mod logJan Schmidt1-5/+18
2012-05-31Btrfs: add inodes before dropping the extent lock in find_all_leafsJan Schmidt3-6/+43
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro1-4/+0
2012-05-30ext4: add missing save_error_info() to ext4_error()Theodore Ts'o1-0/+1
2012-05-30ext4: add debugging trigger for ext4_error()Theodore Ts'o2-0/+21
2012-05-30binfmt_flat: use vm_munmap, we are missing ->mmap_sem thereAl Viro1-4/+4
2012-05-30binfmt_elf: switch elf_map() to vm_mmap/vm_munmapAl Viro1-5/+3
2012-05-30vfs: umount_tree() might be called on subtree that had never made itAl Viro1-1/+2
2012-05-30pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon1-1/+1
2012-05-30vfs: remove unused __d_splice_alias argumentJ. Bruce Fields1-8/+5
2012-05-30vfs: stop d_splice_alias creating directory aliasesJ. Bruce Fields1-2/+1
2012-05-30fsnotify: remove unused parameter from send_to_group()Dan Carpenter1-6/+6
2012-05-30vfs: increment iversion when a file is truncatedDmitry Kasatkin1-0/+5
2012-05-30fs: Move bh_cachep to the __read_mostly sectionShai Fultheim1-1/+1
2012-05-30fs: move file_remove_suid() to fs/inode.cCong Wang1-0/+65
2012-05-30jffs2: get rid of jffs2_sync_superArtem Bityutskiy4-21/+58
2012-05-30jffs2: remove unnecessary GC pass on syncArtem Bityutskiy1-2/+0
2012-05-30jffs2: remove unnecessary GC pass on umountArtem Bityutskiy1-3/+0
2012-05-30jffs2: remove lock_superArtem Bityutskiy1-3/+0
2012-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-98/+75
2012-05-30Btrfs: use delayed ref sequence numbers for all fs-tree updatesJan Schmidt3-23/+13
2012-05-30Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason29-616/+1483
2012-05-30Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+64
2012-05-30Btrfs: fix false positive in check-integrity on unmountStefan Behrens1-1/+1
2012-05-30Btrfs: fix runtime warning in check-integrity check data modeStefan Behrens1-3/+22
2012-05-30Btrfs: set ioprio of scrub readahead to idleStefan Behrens2-0/+8
2012-05-30Btrfs: fix return code in drop_objectid_itemsJosef Bacik1-0/+2
2012-05-30Btrfs: check to see if the inode is in the log before fsyncingJosef Bacik3-17/+16
2012-05-30Btrfs: return value of btrfs_read_buffer is checked correctlyTsutomu Itoh2-4/+18
2012-05-30Btrfs: read device stats on mount, write modified ones during commitStefan Behrens6-0/+232
2012-05-30Btrfs: add ioctl to get and reset the device statsStefan Behrens4-0/+77
2012-05-30Btrfs: add device counters for detected IO and checksum errorsStefan Behrens6-24/+230
2012-05-30btrfs: Drop unused function btrfs_abort_devices()Asias He2-14/+0
2012-05-30Btrfs: fix the same inode id problem when doing auto defragmentMiao Xie1-10/+39
2012-05-30Btrfs: fall back to non-inline if we don't have enough spaceJosef Bacik1-1/+4
2012-05-30Btrfs: fix how we deal with the orphan block rsvJosef Bacik4-22/+24
2012-05-30Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik6-44/+44
2012-05-30Btrfs: merge contigous regions when loading free space cacheJosef Bacik1-0/+41
2012-05-30Btrfs: do not do balance in readonly modeLiu Bo1-3/+9
2012-05-30Btrfs: use fastpath in extent state ops as much as possibleLiu Bo1-26/+18
2012-05-30Btrfs: fix wrong error returned by adding a deviceLiu Bo1-1/+1
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik7-191/+164
2012-05-30Btrfs: do not check delalloc when updating disk_i_sizeJosef Bacik1-16/+3
2012-05-30Btrfs: avoid buffer overrun in mount option handlingJim Meyering1-41/+26
2012-05-30Btrfs: NUL-terminate path buffer in DEV_INFO ioctl resultJim Meyering1-2/+4
2012-05-30Btrfs: avoid buffer overrun in btrfs_printkJim Meyering1-1/+2
2012-05-30Fix minor type issuesDaniel J Blueman3-6/+5
2012-05-30btrfs: allow changing 'thread_pool' size at remount timeSergei Trofimovich1-5/+40
2012-05-30Btrfs: do not do filemap_write_and_wait_range in fsyncJosef Bacik1-5/+6
2012-05-30Btrfs: remove useless waiting and extra filemap workJosef Bacik1-15/+2
2012-05-30Btrfs: fix compile warnings in extent_io.cJosef Bacik1-1/+1
2012-05-30Btrfs: cache no acl on new inodesJosef Bacik1-0/+4
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik7-10/+19
2012-05-30Btrfs: tree mod log sanity checks in join_transactionJan Schmidt1-0/+18
2012-05-30Btrfs: fs_info variable for join_transactionJan Schmidt1-18/+19
2012-05-30Btrfs: use the tree modification log for backref resolvingJan Schmidt2-17/+29
2012-05-30Btrfs: add btrfs_search_old_slotJan Schmidt2-4/+317
2012-05-30Btrfs: add del_ptr and insert_ptr modifications to the tree mod logJan Schmidt1-10/+32
2012-05-30Btrfs: put all block modifications into the tree mod logJan Schmidt1-0/+36
2012-05-30Btrfs: add tree modification log functionsJan Schmidt2-1/+412
2012-05-29get rid of idiotic misplaced __kernel_mode_t in ncfps kernel-private data str...Al Viro1-5/+5
2012-05-29brlocks/lglocks: API cleanupsAndi Kleen6-95/+96
2012-05-29brlocks/lglocks: turn into functionsAndi Kleen2-2/+1
2012-05-29ocfs: simplify symlink handlingAl Viro4-104/+31
2012-05-29get rid of pointless allocations and copying in ecryptfs_follow_link()Al Viro1-39/+9
2012-05-29hpfs: assorted endianness annotationsAl Viro4-60/+60
2012-05-29hpfs: annotate eaAl Viro1-2/+2
2012-05-29hpfs: annotate struct hpfs_direntAl Viro3-12/+12
2012-05-29hpfs: annotate struct anodeAl Viro1-4/+4
2012-05-29hpfs: annotate struct fnodeAl Viro1-14/+14
2012-05-29hpfs: annotate btree nodes, get rid of bitfields messAl Viro3-51/+52
2012-05-29hpfs: annotate struct dnodeAl Viro1-4/+4
2012-05-29hpfs: bitmaps are little-endianAl Viro3-12/+12
2012-05-29hpfs: get rid of bitfields in struct fnodeAl Viro8-38/+32
2012-05-29hpfs: get rid of bitfields endianness wanking in extended_attributeAl Viro3-34/+35