aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-02-10GFS2: Fix crash during ACL deletion in acl max entry check in gfs2_set_acl()HEADgfs2-merge-windowmasterAndrew Elble1-1/+1
2015-02-04GFS2: use __vmalloc GFP_NOFS for fs-related allocations.Oleg Drokin1-1/+2
2015-01-26GFS2: Eliminate a nonsense gotoBob Peterson1-3/+0
2015-01-13GFS2: fix sprintf format specifieralex chen2-2/+2
2015-01-09GFS2: Eliminate __gfs2_glock_remove_from_lruBob Peterson1-10/+3
2015-01-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-121/+129
2015-01-02ext4: remove spurious KERN_INFO from ext4_warning callJakub Wilk1-1/+1
2015-01-02Revert "ext4: fix suboptimal seek_{data,hole} extents traversial"Theodore Ts'o2-108/+116
2014-12-29Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-19/+28
2014-12-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds7-47/+106
2014-12-26ext4: prevent online resize with backup superblockTheodore Ts'o1-12/+12
2014-12-22cifs: make new inode cache when file type is differentNakajima Akira1-3/+7
2014-12-21udf: Reduce repeated dereferencesJan Kara2-25/+25
2014-12-21udf: Check component length before reading itJan Kara1-2/+7
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-35/+16
2014-12-19Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-19/+16
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds4-25/+20
2014-12-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2014-12-19udf: Check path length when reading symlinkJan Kara5-20/+48
2014-12-19udf: Verify symlink size before loading itJan Kara1-4/+13
2014-12-19udf: Verify i_size when loading inodeJan Kara1-0/+14
2014-12-19isofs: Fix unchecked printing of ER recordsJan Kara1-0/+3
2014-12-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-52/+133
2014-12-18ocfs2: fix journal commit deadlockJunxiao Bi1-2/+14
2014-12-18ocfs2/dlm: fix race between dispatched_work and dlm_lockres_grab_inflight_workerJoseph Qi1-9/+3
2014-12-18ocfs2: reflink: fix slow unlink for refcounted fileJunxiao Bi4-10/+24
2014-12-18fs/proc/meminfo.c: include cma info in proc/meminfoPintu Kumar1-2/+13
2014-12-18hfsplus: fix longname handlingSougata Santra4-29/+79
2014-12-18mnt: Fix a memory stomp in umountEric W. Biederman1-0/+2
2014-12-17Ceph: remove left-over reject fileLinus Torvalds1-10/+0
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds13-116/+712
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-3/+69
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds2-1/+2
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds6-524/+359
2014-12-17ceph: fix setting empty extended attributeYan, Zheng1-2/+5
2014-12-17ceph: fix mksnap crashYan, Zheng1-1/+3
2014-12-17ceph: do_sync is never initializedDan Carpenter1-1/+1
2014-12-17ceph: support inline data featureYan, Zheng1-1/+2
2014-12-17ceph: flush inline versionYan, Zheng3-4/+23
2014-12-17ceph: convert inline data to normal data before data writeYan, Zheng3-3/+161
2014-12-17ceph: sync read inline dataYan, Zheng2-13/+116
2014-12-17ceph: fetch inline data when getting Fcr cap refsYan, Zheng3-18/+63
2014-12-17ceph: use getattr request to fetch inline dataYan, Zheng3-10/+32
2014-12-17ceph: add inline data to pagecacheYan, Zheng5-1/+84
2014-12-17ceph: parse inline data in MClientReply and MClientCapsYan, Zheng3-11/+36
2014-12-17libceph: specify position of extent operationYan, Zheng2-6/+11
2014-12-17ceph: remove unused stringification macrosIlya Dryomov1-3/+0
2014-12-17ceph: introduce global empty snap contextYan, Zheng3-3/+35
2014-12-17ceph: message versioning fixesJohn Spray1-2/+5
2014-12-17libceph: message signature supportYan, Zheng1-0/+16
2014-12-17ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring3-12/+6
2014-12-17ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng3-19/+55
2014-12-17ceph: fix file lock interruptionYan, Zheng3-10/+62
2014-12-17vfs: make mounts and mountstats honor root dir like mountinfo doesDmitry V. Levin1-2/+11
2014-12-17vfs: cleanup show_mountinfoDmitry V. Levin1-2/+1
2014-12-17unfuck binfmt_misc.c (broken by commit e6084d4)Al Viro1-4/+3
2014-12-17vm_area_operations: kill ->migrate()Al Viro1-22/+0
2014-12-17move_extent_per_page(): get rid of unused w_flagsAl Viro1-4/+0
2014-12-17btrfs: filp_open() returns ERR_PTR() on failure, not NULL...Al Viro1-1/+1
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds11-233/+267
2014-12-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-0/+9
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds15-65/+186
2014-12-15isofs: Fix infinite looping over CE entriesJan Kara1-0/+6
2014-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-6/+18
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-33/+154
2014-12-14Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-0/+170
2014-12-14Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-2/+31
2014-12-14Fix signed/unsigned pointer warningKevin Cernekee1-5/+7
2014-12-14Convert MessageID in smb2_hdr to LESachin Prabhu5-11/+14
2014-12-13aio: Skip timer for io_getevents if timeout=0Fam Zheng1-2/+6
2014-12-13aio: Make it possible to remap aio ringPavel Emelyanov1-0/+25
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+22
2014-12-13fsnotify: remove destroy_list from fsnotify_markJan Kara1-4/+4
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara9-201/+148
2014-12-13fallocate: create FAN_MODIFY and IN_MODIFY eventsHeinrich Schuchardt1-0/+11
2014-12-13fs/affs/file.c: remove obsolete pagesize checkFabian Frederick1-4/+0
2014-12-13fs/affs/file.c: add support to O_DIRECTFabian Frederick1-0/+18
2014-12-13fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintfFabian Frederick3-21/+25
2014-12-13fs/affs/file.c: forward declaration clean-upFabian Frederick1-22/+16
2014-12-13syscalls: implement execveat() system callDavid Drysdale5-14/+119
2014-12-13fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon3-0/+16
2014-12-13befs: remove dead codeJan Kara1-4/+0
2014-12-13fs, seq_file: fallback to vmalloc instead of oom kill processesDavid Rientjes1-1/+5
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner1-5/+6
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2-6/+6
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso1-2/+2
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner1-1/+1
2014-12-12reiserfs: destroy allocated commit workqueueJiri Slaby1-0/+3
2014-12-12Merge tag 'please-pull-morepstore' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-11/+33
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds31-641/+2739
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-12-12Merge tag 'upstream-3.19-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2-1/+7
2014-12-12Merge tag 'xfs-for-linus-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds89-1835/+1467
2014-12-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds15-520/+527
2014-12-12fuse: use file_inode() in fuse_file_fallocate()Miklos Szeredi1-1/+1
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi5-464/+348
2014-12-12fuse: reduce max out argsMiklos Szeredi1-1/+1
2014-12-12fuse: hold inode instead of path after releaseMiklos Szeredi2-39/+7
2014-12-12fuse: flush requests on umountMiklos Szeredi3-18/+2
2014-12-12fuse: don't wake up reserved req in fuse_conn_kill()Miklos Szeredi1-1/+0
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-62/+179
2014-12-11userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman1-0/+53
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-11/+9
2014-12-11pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2-11/+33
2014-12-11pstore-ram: Fix hangs by using write-combine mappingsRob Herring1-2/+2
2014-12-11coda_venus_readdir(): use file_inode()Al Viro1-3/+1
2014-12-11fs/namei.c: fold link_path_walk() call into path_init()Al Viro1-21/+6
2014-12-11path_init(): don't bother with LOOKUP_PARENT in argumentAl Viro1-4/+4
2014-12-11fs/namei.c: new helper (path_cleanup())Al Viro1-17/+13
2014-12-11path_init(): store the "base" pointer to file in nameidata itselfAl Viro1-14/+13
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds41-397/+648
2014-12-10make default ->i_fop have ->open() fail with ENXIOAl Viro1-3/+8
2014-12-10make nameidata completely opaque outside of fs/namei.cAl Viro1-0/+24
2014-12-10Merge branch 'nsfs' into for-nextAl Viro8-180/+207
2014-12-10kill proc_ns completelyAl Viro3-11/+5
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsAl Viro6-148/+186
2014-12-10exit: proc: don't try to flush /proc/tgid/task/tgidOleg Nesterov1-0/+3
2014-12-10fs/hfs/catalog.c: fix comparison bug in hfs_cat_keycmpRasmus Villemoes1-6/+8
2014-12-10nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() racesRyusuke Konishi2-11/+36
2014-12-10nilfs2: deletion of an unnecessary check before the function call "iput"Markus Elfring1-2/+1
2014-12-10nilfs2: avoid duplicate segment construction for fsync()Andreas Rohner1-8/+2
2014-12-10ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara1-1/+0
2014-12-10fs/binfmt_elf.c: fix internal inconsistency relating to vma dump sizeJungseung Lee1-18/+22
2014-12-10fs/binfmt_misc.c: use GFP_KERNEL instead of GFP_USERAndrew Morton1-2/+2
2014-12-10binfmt_misc: clean up code style a bitMike Frysinger1-148/+145
2014-12-10binfmt_misc: add comments & debug logsMike Frysinger1-15/+121
2014-12-10fs/file.c: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud1-1/+1
2014-12-10binfmt_misc: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud1-1/+1
2014-12-10proc: task_state: ptrace_parent() doesn't need pid_alive() checkOleg Nesterov1-7/+6
2014-12-10proc: task_state: move the main seq_printf() outside of rcu_read_lock()Oleg Nesterov1-6/+6
2014-12-10proc: task_state: deuglify the max_fds calculationOleg Nesterov1-12/+11
2014-12-10proc: task_state: read cred->group_info outside of task_lock()Oleg Nesterov1-2/+1
2014-12-10fs/proc.c: use rb_entry_safe() instead of rb_entry()Nicolas Dichtel1-12/+4
2014-12-10procfs: fix error handling of proc_register()Debabrata Banerjee1-1/+8
2014-12-10fs/proc: use a rb tree for the directory entriesNicolas Dichtel4-64/+113
2014-12-10mm: fix huge zero page accounting in smaps reportKirill A. Shutemov1-36/+68
2014-12-10fs/char_dev.c: remove pointless assignment from __register_chrdev_region()Jan Kara1-1/+0
2014-12-10ocfs2: remove unneeded NULL checkDan Carpenter1-1/+1
2014-12-10ocfs2: remove bogus NULL check in ocfs2_move_extents()Dan Carpenter1-3/+0
2014-12-10ocfs2: do not set filesystem readonly if link downjiangyiwen2-2/+2
2014-12-10ocfs2: do not set OCFS2_LOCK_UPCONVERT_FINISHING if nonblocking lock can not ...Xue jiufei2-6/+37
2014-12-10ocfs2: fix error handling when creating debugfs root in ocfs2_init()Jan Kara1-1/+2
2014-12-10ocfs2: remove filesize checks for sync I/O journal commitGoldwyn Rodrigues1-3/+1
2014-12-10ocfs2: o2net: fix connect expiredJunxiao Bi1-1/+1
2014-12-10ocfs2: o2dlm: fix a race between purge and master querySrinivas Eeda1-0/+12
2014-12-10ocfs2: report error from o2hb_do_disk_heartbeat() to userJan Kara1-2/+2
2014-12-10ocfs2: remove bogus test from ocfs2_read_locked_inode()Jan Kara1-2/+1
2014-12-10ocfs2: Fix xattr check in ocfs2_get_xattr_nolock()Jan Kara1-1/+1
2014-12-10ocfs2: fix an off-by-one BUG_ON() statementDan Carpenter1-1/+1
2014-12-10ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEMJoseph Qi1-5/+13
2014-12-10fs/cifs/smb2file.c: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-12-10fs/cifs/file.c: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-12-10fs/cifs: remove obsolete __constantFabian Frederick7-47/+47
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds84-849/+642
2014-12-10Merge tag 'dlm-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds3-4/+88
2014-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds19-40/+127
2014-12-10Merge tag 'for-f2fs-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds21-701/+1549
2014-12-10Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-121/+146
2014-12-10Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-227/+313
2014-12-10Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+37
2014-12-10Merge tag 'nfs-for-3.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds18-69/+330
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-17/+80
2014-12-10Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+9
2014-12-10Btrfs: remove non-sense btrfs_error_discard_extent() functionFilipe Manana3-12/+6
2014-12-10Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2-10/+6
2014-12-10Btrfs: always clear a block group node when removing it from the treeFilipe Manana1-0/+3
2014-12-10Btrfs: ensure deletion from pinned_chunks list is protectedFilipe Manana1-3/+5
2014-12-10net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann1-3/+3
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+4
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+4
2014-12-09put iov_iter into msghdrAl Viro1-8/+6
2014-12-09nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington1-1/+1
2014-12-09nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington1-0/+3
2014-12-09fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes1-8/+7
2014-12-09sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton1-1/+1
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton3-6/+6
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton1-1/+1
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton1-2/+2
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton1-2/+2
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton2-3/+3
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields30-165/+483
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro54-504/+558
2014-12-08f2fs: avoid to ra unneeded blocks in recover flowChao Yu3-18/+23
2014-12-08f2fs: introduce is_valid_blkaddr to cleanup codes in ra_meta_pagesChao Yu1-27/+26
2014-12-08f2fs: fix to enable readahead for SSA/CP blocksChao Yu1-2/+15
2014-12-08f2fs: use atomic for counting inode with inline_{dir,inode} flagChao Yu2-8/+11
2014-12-08f2fs: cleanup path to need cp at fsyncChangman Lee1-36/+43
2014-12-08f2fs: check if inode state is dirty at fsyncChangman Lee1-6/+19
2014-12-08f2fs: count the number of inmemory pagesJaegeuk Kim3-1/+8
2014-12-08f2fs: release inmemory pages when the file was closedJaegeuk Kim1-0/+9
2014-12-08f2fs: set page private for inmemory pages for truncationJaegeuk Kim1-0/+2
2014-12-08f2fs: count inline_xx in do_read_inodeJaegeuk Kim1-2/+4
2014-12-08f2fs: do retry operations with cond_reschedJaegeuk Kim4-38/+20
2014-12-07cifs: remove unneeded condition checkNamjae Jeon1-4/+0
2014-12-07Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu1-0/+5
2014-12-07cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko4-42/+25
2014-12-07cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko2-49/+4
2014-12-07cifs: call strtobool instead of custom implementationAndy Shevchenko1-22/+29
2014-12-07Update modinfo cifs version for cifs.koSteve French1-1/+1
2014-12-07decode_negTokenInit had wrong calling sequenceSteve French1-2/+1