summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-01-023-6/+14
|\
| * fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() staticCong Ding2012-12-181-1/+1
| * eCryptfs: fix to use list_for_each_entry_safe() when delete itemsWei Yongjun2012-12-181-3/+3
| * eCryptfs: Avoid unnecessary disk read and data decryption during writingLi Wang2012-11-071-2/+10
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-01-027-56/+138
|\ \
| * | ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o2012-12-271-1/+2
| * | ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o2012-12-271-0/+2
| * | ext4: do not try to write superblock on ro remount w/o journalMichael Tokarev2012-12-251-1/+1
| * | ext4: include journal blocks in df overhead calcsEric Sandeen2012-12-251-0/+4
| * | ext4: remove unaligned AIO warning printkEric Sandeen2012-12-251-8/+0
| * | ext4: fix an incorrect comment about i_mutexAndy Lutomirski2012-12-251-2/+0
| * | ext4: fix deadlock in journal_unmap_buffer()Jan Kara2012-12-252-24/+85
| * | ext4: split off ext4_journalled_invalidatepage()Jan Kara2012-12-251-7/+16
| * | jbd2: fix assertion failure in jbd2_journal_flush()Jan Kara2012-12-211-1/+2
| * | ext4: check dioread_nolock on remountJan Kara2012-12-201-11/+11
| * | ext4: fix extent tree corruption caused by hole punchForrest Liu2012-12-171-4/+18
* | | mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins2013-01-021-1/+1
* | | epoll: prevent missed events on EPOLL_CTL_MODEric Wong2013-01-021-1/+21
* | | f2fs: Don't assign e_id in f2fs_acl_from_diskEric W. Biederman2012-12-251-1/+0
* | | proc: Allow proc_free_inum to be called from any contextEric W. Biederman2012-12-251-6/+7
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-12-214-17/+18
|\ \ \
| * | | cifs: eliminate cifsERROR variableJeff Layton2012-12-202-6/+1
| * | | cifs: don't compare uniqueids in cifs_prime_dcache unless server inode number...Jeff Layton2012-12-201-4/+15
| * | | cifs: fix double-free of "string" in cifs_parse_mount_optionsJeff Layton2012-12-201-7/+2
* | | | Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields2012-12-211-1/+0
* | | | NFS: Kill fscache warnings when mounting without -ofscTrond Myklebust2012-12-211-4/+15
* | | | NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=nDavid Howells2012-12-211-0/+1
* | | | Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2012-12-2011-104/+152
|\ \ \ \
| * | | | inotify: automatically restart syscallsEric Paris2012-12-111-1/+1
| * | | | inotify: dont skip removal of watch descriptor if creation of ignored event f...Lino Sanfilippo2012-12-111-5/+5
| * | | | fanotify: dont merge permission eventsLino Sanfilippo2012-12-111-0/+6
| * | | | fsnotify: make fasync generic for both inotify and fanotifyEric Paris2012-12-114-9/+16
| * | | | fsnotify: change locking orderLino Sanfilippo2012-12-111-10/+10
| * | | | fsnotify: dont put marks on temporary list when clearing marks by groupLino Sanfilippo2012-12-111-8/+2
| * | | | fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remov...Lino Sanfilippo2012-12-111-12/+30
| * | | | fsnotify: pass group to fsnotify_destroy_mark()Lino Sanfilippo2012-12-117-25/+28
| * | | | fsnotify: use a mutex instead of a spinlock to protect a groups mark listLino Sanfilippo2012-12-114-14/+14
| * | | | fanotify: add an extra flag to mark_remove_from_mask that indicates wheather ...Lino Sanfilippo2012-12-111-5/+14
| * | | | fsnotify: take groups mark_lock before mark lockLino Sanfilippo2012-12-111-10/+16
| * | | | fsnotify: use reference counting for groupsLino Sanfilippo2012-12-114-28/+27
| * | | | fsnotify: introduce fsnotify_get_group()Lino Sanfilippo2012-12-111-0/+8
| * | | | inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()Lino Sanfilippo2012-12-113-13/+11
* | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-2013-23/+85
|\ \ \ \ \
| * | | | | sendfile: allows bypassing of notifier eventsScott Wolchok2012-12-201-0/+2
| * | | | | fat: fix incorrect function commentRavishankar N2012-12-203-4/+7
| * | | | | proc: fix inconsistent lock stateXiaotian Feng2012-12-201-6/+6
| * | | | | hfsplus: add error message for the case of failure of sync fs in delayed_sync...Vyacheslav Dubeyko2012-12-201-1/+4
| * | | | | hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko2012-12-203-5/+12
| * | | | | hfsplus: rework processing errors in hfsplus_free_extents()Vyacheslav Dubeyko2012-12-201-4/+20
| * | | | | hfsplus: avoid crash on failed block map freeAlan Cox2012-12-201-1/+12