aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-15/+36
2013-07-23NFSv4: Fix brainfart in attribute length calculationTrond Myklebust1-1/+1
2013-07-20ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu1-1/+1
2013-07-20ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu1-1/+1
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-15/+12
2013-07-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-21/+60
2013-07-20Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-7/+14
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Linus Torvalds2-7/+22
2013-07-20livelock avoidance in sget()Al Viro1-15/+10
2013-07-20allow O_TMPFILE to work with O_WRONLYAl Viro1-0/+2
2013-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2013-07-19Btrfs: fix wrong write offset when replacing a deviceStefan Behrens1-1/+1
2013-07-19Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik1-0/+11
2013-07-19Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik1-0/+2
2013-07-19Btrfs: update drop progress before stopping snapshot droppingJosef Bacik1-6/+8
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-22/+48
2013-07-18s390/kdump: Disable mmap for s390Michael Holzheu1-1/+1
2013-07-17NFSv4: Fix a regression against the FreeBSD serverTrond Myklebust1-7/+14
2013-07-17Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-8/+12
2013-07-17fuse: readdirplus: cleanupMiklos Szeredi1-3/+1
2013-07-17fuse: readdirplus: change attributes onceMiklos Szeredi1-3/+4
2013-07-17fuse: readdirplus: fix instantiateMiklos Szeredi1-4/+13
2013-07-17fuse: readdirplus: sanity checksMiklos Szeredi1-1/+11
2013-07-17fuse: readdirplus: fix dentry leakNiels de Vos1-5/+8
2013-07-16sysfs: prevent warning when only using binary attributesOliver Schinagl1-2/+2
2013-07-16sysfs: add support for binary attributes in groupsGreg Kroah-Hartman1-20/+46
2013-07-16ext4: call ext4_es_lru_add() after handling cache missTheodore Ts'o2-7/+5
2013-07-15ext4: yield during large unlinksTheodore Ts'o1-0/+3
2013-07-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-47/+51
2013-07-15ext4: make the extent_status code more robust against ENOMEM failuresTheodore Ts'o1-12/+39
2013-07-15ext4: simplify calculation of blocks to free on errorTheodore Ts'o1-2/+2
2013-07-15ext4: fix error handling in ext4_ext_truncate()Theodore Ts'o1-0/+11
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-43/+24
2013-07-14efivarfs: we can use simple_lookup() nowAl Viro1-13/+1
2013-07-14make simple_lookup() usable for filesystems that set ->s_d_opAl Viro1-1/+2
2013-07-14configfs: don't open-code d_alloc_name()Al Viro1-11/+2
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2013-07-13Merge tag 'for-linus-v3.11-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds21-316/+435
2013-07-13Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds15-281/+515
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov1-15/+10
2013-07-13fs/file_table.c:fput(): add commentAndrew Morton1-0/+6
2013-07-13Safer ABI for O_TMPFILEAl Viro2-3/+3
2013-07-13ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o1-3/+8
2013-07-13ext4: fix spelling errors and a comment in extent_status treeTheodore Ts'o2-16/+14
2013-07-12nfsd4: fix minorversion support interfaceJ. Bruce Fields3-8/+8
2013-07-11ext4: rate limit printk in buffer_io_error()Anatol Pomozov1-1/+2
2013-07-11CIFS: Fix a deadlock when a file is reopenedPavel Shilovsky1-5/+4
2013-07-11CIFS: Reopen the file if reconnect durable handle failedPavel Shilovsky1-1/+7
2013-07-11ext4: don't show usrquota/grpquota twice in /proc/mountsTheodore Ts'o1-6/+0
2013-07-11xfs: Fix the logic check for all quotas being turned offChandra Seetharaman2-11/+2
2013-07-11lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery1-0/+4
2013-07-11Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2013-07-11Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-11/+28
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds7-3/+182
2013-07-11Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-269/+85
2013-07-11Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds12-154/+128
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds10-103/+413
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman14-124/+291
2013-07-10ext4: fix warning in ext4_evict_inode()Jan Kara1-13/+19
2013-07-10mm: remove free_area_cacheMichel Lespinasse2-4/+0
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-07-10[CIFS] Fix minor endian error in durable handle patch seriesSteve French1-1/+2
2013-07-10CIFS: Reconnect durable handles for SMB2Pavel Shilovsky8-12/+58
2013-07-10CIFS: Make SMB2_open use cifs_open_parms structPavel Shilovsky5-50/+66
2013-07-10CIFS: Introduce cifs_open_parms structPavel Shilovsky6-41/+73
2013-07-10CIFS: Request durable open for SMB2 opensPavel Shilovsky3-2/+68
2013-07-10CIFS: Simplify SMB2 create context handlingPavel Shilovsky1-12/+26
2013-07-10CIFS: Simplify SMB2_open code pathPavel Shilovsky2-36/+25
2013-07-10CIFS: Respect create_options in smb2_open_filePavel Shilovsky5-22/+25
2013-07-10CIFS: Fix lease context buffer parsingPavel Shilovsky1-6/+7
2013-07-10xfs: fix sgid inheritance for subdirectories inheriting default acls [V3]Carlos Maiolino1-10/+10
2013-07-09Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox2-8/+6
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+57
2013-07-09NFS: Allow nfs_updatepage to extend a write under additional circumstancesScott Mayhew1-8/+23
2013-07-09xfs: dquot log reservations are too smallDave Chinner2-9/+25
2013-07-09xfs: remove local fork format handling from xfs_bmapi_write()Dave Chinner4-124/+98
2013-07-09NFS: Make nfs_readdir revalidate less oftenScott Mayhew1-2/+3
2013-07-09NFS: Make nfs_attribute_cache_expired() non-staticScott Mayhew1-1/+1
2013-07-09nfs: set verifier on existing dentries in nfs_prime_dcacheJeff Layton1-0/+1
2013-07-09xfs: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-07-09xfs: clean up unused codes at xfs_bulkstat()Jie Liu1-27/+1
2013-07-09Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds8-89/+119
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds10-124/+149
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds34-1726/+2327
2013-07-09net/fs: change busy poll time accountingEliezer Tamir1-11/+20
2013-07-09Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds43-477/+1180
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds35-453/+1234
2013-07-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-6/+21
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds14-51/+138
2013-07-09xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJEric Sandeen2-10/+7
2013-07-09fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood3-0/+21
2013-07-09ncpfs: fix error return code in ncp_parse_options()Wei Yongjun1-3/+9
2013-07-09mm/writeback: don't check force_wait to handle bdi->work_listWanpeng Li1-8/+2
2013-07-09fs/fs-writeback.c: : make wb_do_writeback() as staticHaicheng Li1-1/+1
2013-07-09fsnotify: update comments concerning locking schemeLino Sanfilippo1-28/+22
2013-07-09inotify: fix race when adding a new watchLino Sanfilippo1-9/+4
2013-07-09dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_groupLino Sanfilippo1-12/+13
2013-07-09fanotify: put duplicate code for adding vfsmount/inode marks into an own func...Lino Sanfilippo1-36/+35
2013-07-09fanotify: fix races when adding/removing marksLino Sanfilippo1-12/+37
2013-07-09fanotify: info leak in copy_event_to_user()Dan Carpenter1-0/+1
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir1-23/+37
2013-07-08nfsd4: support minorversion 1 by defaultJ. Bruce Fields1-1/+1
2013-07-08nfsd4: allow destroy_session over destroyed sessionJ. Bruce Fields2-10/+19
2013-07-08ncpfs: fix error return code in ncp_parse_options()Wei Yongjun1-3/+9
2013-07-08locks: move file_lock_list to a set of percpu hlist_heads and convert file_lo...Jeff Layton1-20/+49
2013-07-08seq_file: add seq_list_*_percpu helpersJeff Layton1-0/+54
2013-07-08f2fs: fix readdir incorrectnessJaegeuk Kim1-11/+9
2013-07-07fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr()Gu Zheng1-2/+0
2013-07-07fs/9p: xattr: add trusted and security namespacesJim Garlick6-1/+182
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-23/+108
2013-07-05ext4: fix ext4_get_group_number()Theodore Ts'o2-6/+6
2013-07-05ext4: silence warning in ext4_writepages()Jan Kara1-2/+2
2013-07-05Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+1
2013-07-05helper for reading ->d_countAl Viro10-16/+16
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner110-918/+1617
2013-07-04[CIFS] use sensible file nlink values if unprovidedSteve French1-0/+5
2013-07-04Limit allocation of crypto mechanisms to dialect which requiresSteve French4-118/+174
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2013-07-04Merge branch 'hpfs' from Mikulas PatockaLinus Torvalds5-13/+106
2013-07-04hpfs: implement prefetch to improve performanceMikulas Patocka4-5/+63
2013-07-04hpfs: use mpageMikulas Patocka1-6/+34
2013-07-04hpfs: better test for errorsMikulas Patocka2-2/+9
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds4-6/+18
2013-07-04quota: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2013-07-04ext3: Fix fsync error handling after filesystem abort.Dmitry Monakhov2-3/+18
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds43-470/+991
2013-07-03aio: fix wrong comment in aio_complete()Tang Chen1-1/+1
2013-07-03fs/exec.c:de_thread: mt-exec should update ->real_start_timeOleg Nesterov1-0/+1
2013-07-03fs/exec.c: do_execve_common(): use current_user()Oleg Nesterov1-2/+1
2013-07-03fs/proc/kcore.c: using strlcpy() instead of strncpy()Zhao Hongjiang1-1/+1
2013-07-03fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime()Oleg Nesterov1-2/+1
2013-07-03fs/exec.c:de_thread(): use change_pid() rather than detach_pid/attach_pidOleg Nesterov1-2/+1
2013-07-03coredump: '% at the end' shouldn't bypass core_uses_pid logicOleg Nesterov1-5/+7
2013-07-03coredump: kill call_count, add core_name_sizeOleg Nesterov1-9/+10
2013-07-03coredump: kill cn_escape(), introduce cn_esc_printf()Oleg Nesterov1-23/+21
2013-07-03coredump: cn_vprintf() has no reason to call vsnprintf() twiceOleg Nesterov1-18/+12
2013-07-03coredump: introduce cn_vprintf()Oleg Nesterov1-7/+13
2013-07-03coredump: format_corename() can leak cn->corenameOleg Nesterov1-11/+7
2013-07-03signals: eventpoll: do not use sigprocmask()Oleg Nesterov1-6/+6
2013-07-03fs/fat: use fat_msg() to replace printk() in __fat_fs_error()Gu Zheng1-3/+2
2013-07-03] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...Vyacheslav Dubeyko6-14/+16
2013-07-03nilfs2: implement calculation of free inodes countVyacheslav Dubeyko5-2/+112
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook3-5/+4
2013-07-03clean up scary strncpy(dst, src, strlen(src)) usesKees Cook1-5/+6
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu1-1/+1
2013-07-03mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman2-28/+9
2013-07-03vmcore: support mmap() on /proc/vmcoreHATAYAMA Daisuke1-20/+116
2013-07-03vmcore: calculate vmcore file size from buffer size and total size of vmcore ...HATAYAMA Daisuke1-33/+11
2013-07-03vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke1-0/+18
2013-07-03vmcore: allocate ELF note segment in the 2nd kernel vmalloc memoryHATAYAMA Daisuke1-73/+286
2013-07-03vmcore: treat memory chunks referenced by PT_LOAD program header entries in p...HATAYAMA Daisuke1-8/+22
2013-07-03vmcore: allocate buffer for ELF headers on page-size alignmentHATAYAMA Daisuke1-68/+51
2013-07-03vmcore: clean up read_vmcore()HATAYAMA Daisuke1-48/+20
2013-07-03fs: nfs: inform the VM about pages being committed or unstableMel Gorman1-0/+30
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman3-0/+36
2013-07-03ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin1-1/+1
2013-07-03pagemap: prepare to reuse constant bits with page-shiftPavel Emelyanov1-1/+34
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov1-5/+42
2013-07-03pagemap: introduce pagemap_entry_t without pmshift bitsPavel Emelyanov1-18/+22
2013-07-03clear_refs: introduce private struct for mm_walkPavel Emelyanov1-2/+10
2013-07-03clear_refs: sanitize accepted commands declarationPavel Emelyanov1-7/+12
2013-07-03ocfs2: fix NULL pointer dereference when traversing o2hb_all_regionsXue jiufei1-0/+9
2013-07-03ocfs2: adjust switch_case syntax at o2net_state_change()Jie Liu1-13/+13
2013-07-03ocfs2: fix a comments typo at o2quo_hb_still_up()Jie Liu1-1/+1
2013-07-03ocfs2: consolidate o2hb_global_hearbeat_mode_set() naming conventionJie Liu1-4/+4
2013-07-03ocfs2: submit disk heartbeat bio using WRITE_SYNCNoboru Iwamatsu1-1/+1
2013-07-03ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi1-0/+10
2013-07-03ocfs2: fix readonly issue in ocfs2_unlink()Younger Liu1-11/+12
2013-07-03ocfs2: remove duplicated mlog_errno() in ocfs2_relink_block_groupAndrew Morton1-12/+6
2013-07-03ocfs2: rework transaction rollback in ocfs2_relink_block_group()Jie Liu1-13/+12
2013-07-03ocfs2: need rollback when journal_access failed in ocfs2_orphan_add()Younger Liu1-18/+23
2013-07-03ocfs2: dlmlock_master() should return DLM_NORMAL after adding lock to blocked...Xue jiufei1-0/+1
2013-07-03ocfs2: xattr: remove useless free space checkingJunxiao Bi1-8/+0
2013-07-03fs/ocfs2/cluster/tcp.c: free sc->sc_page in sc_kref_release()Younger Liu1-0/+3
2013-07-03fs/ocfs2/journal.h: add bits_wanted while calculating credits in ocfs2_calc_e...Goldwyn Rodrigues1-1/+1
2013-07-03ocfs2: fix mutex_unlock and possible memory leak in ocfs2_remove_btree_rangeJoseph Qi1-4/+4
2013-07-03ocfs2: remove unecessary variable needs_checkpointGoldwyn Rodrigues3-6/+2
2013-07-03ocfs2: add missing dlm_put() in dlm_begin_reco_handler()Xue jiufei1-0/+1
2013-07-03ocfs2: should not use le32_add_cpu to set ocfs2_dinode i_flagsJoseph Qi1-3/+3
2013-07-03fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead...Joseph Qi1-2/+1
2013-07-03fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarationsJoseph Qi1-3/+0
2013-07-03configfs: use capped length for ->store_attribute()Dan Carpenter1-1/+1
2013-07-03ceph: fix race between cap issue and revokeYan, Zheng1-9/+20
2013-07-03ceph: fix cap revoke raceYan, Zheng1-0/+9
2013-07-03ceph: fix pending vmtruncate raceYan, Zheng4-11/+13
2013-07-03ceph: avoid accessing invalid memorySasha Levin1-1/+1
2013-07-03ceph: Reconstruct the func ceph_reserve_caps.majianpeng2-15/+8
2013-07-03ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng1-1/+3
2013-07-03ceph: remove sb_start/end_write in ceph_aio_write.Jianpeng Ma1-2/+0
2013-07-03ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL.majianpeng1-2/+2
2013-07-03ceph: fix sleeping function called from invalid context.majianpeng1-4/+5
2013-07-03ceph: move inode to proper flushing list when auth MDS changesYan, Zheng1-0/+7
2013-07-03ceph: clear migrate seq when MDS restartsYan, Zheng1-0/+1
2013-07-03ceph: check migrate seq before changing auth capYan, Zheng1-3/+5
2013-07-03ceph: fix race between page writeback and truncateYan, Zheng1-44/+40
2013-07-03ceph: reset iov_len when discarding cap release messagesYan, Zheng1-0/+1
2013-07-03ceph: fix cap release raceYan, Zheng1-12/+10
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-47/+97
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-7/+11
2013-07-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds24-505/+1034